summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-18 14:02:11 -0700
committerGitHub <noreply@github.com>2022-03-18 14:02:11 -0700
commit7db6c1cd4204049b0929ce4c3c1435aeea1675d7 (patch)
tree929c738af8c4218640f0d9c43a2011ed9402f33b /pkgs/applications
parentac81bcb8b7dc7ddd3ac3b47ae5b0df1ecca94525 (diff)
parentcf315bc081409421ec89a3119594162ee5d091bc (diff)
downloadnixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar.gz
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar.bz2
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar.lz
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar.xz
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.tar.zst
nixpkgs-7db6c1cd4204049b0929ce4c3c1435aeea1675d7.zip
Merge pull request #164719 from r-ryantm/auto-update/cinny
cinny: 1.8.1 -> 1.8.2
Diffstat (limited to 'pkgs/applications')
-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 1ca42b15417..940d0b6b92b 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.8.1";
+  version = "1.8.2";
 
   src = fetchurl {
     url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz";
-    sha256 = "13jd7hihkw3nlcj0m157z6qix61v6zjs52h5zmw2agm47qmv0w6z";
+    sha256 = "sha256-0harFaO1MWzTmN/Q3e38MC2O7P9yVeQ5ZSy0yiGbtCs=";
   };
 
   installPhase = ''