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>2022-01-26 20:12:00 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2022-01-26 20:27:58 +0530
commitfbe5dc2e66eec4410f148e3b3df38defae6184c3 (patch)
treef150fc4e94f0ed2379df03083d8da0e59efcf6d9 /pkgs/applications/networking/instant-messengers/cinny
parentc07b471b52be8fbc49a7dc194e9b37a6e19ee04d (diff)
cinny: 1.6.1 -> 1.7.0
While here switch to stdenvNoCC, since we are not using C compiler
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 4c8f356cdf479..c46c19896d5e0 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 = "1.6.1";
+  version = "1.7.0";
 
   src = fetchurl {
     url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz";
-    sha256 = "sha256-RJpLK16bedpqo/JJf3atpiuL5spHJNowomcusjZtEWA=";
+    sha256 = "0133dbzxy0n0i6bn2p3lx33kpabnf9kzs9mv4xws30hbns25q99k";
   };
 
   installPhase = ''