about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/cinny
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2023-03-29 10:12:23 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2023-03-29 19:43:08 +0530
commitedb43b6b6091453c8cdff54d33774be2dc98fa97 (patch)
treebf4da37f728106ea93c8ee04b9b97d595eb07e78 /pkgs/applications/networking/instant-messengers/cinny
parent402cc3633cc60dfc50378197305c984518b30773 (diff)
cinny: 2.2.4 -> 2.2.6
Release Notes: https://github.com/cinnyapp/cinny/releases/tag/v2.2.5
	       https://github.com/cinnyapp/cinny/releases/tag/v2.2.6
Security:      CVE-2023-28427
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/cinny')
-rw-r--r--pkgs/applications/networking/instant-messengers/cinny/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/cinny/default.nix b/pkgs/applications/networking/instant-messengers/cinny/default.nix
index 807444696f08f..d8f7e72b9d1d7 100644
--- a/pkgs/applications/networking/instant-messengers/cinny/default.nix
+++ b/pkgs/applications/networking/instant-messengers/cinny/default.nix
@@ -4,11 +4,11 @@ let
   configOverrides = writeText "cinny-config-overrides.json" (builtins.toJSON conf);
 in stdenv.mkDerivation rec {
   pname = "cinny";
-  version = "2.2.4";
+  version = "2.2.6";
 
   src = fetchurl {
     url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz";
-    hash = "sha256-BqxEZgI9uxoUpl/CJ2jSWjNIpfP2N392C4h/muBlhZY=";
+    hash = "sha256-AvYM8++PqKmm7CJN5hmg9GSC72IoHX+rRxuT3GflvjU=";
   };
 
   installPhase = ''