summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBjarne <14915246+DasenB@users.noreply.github.com>2023-05-18 22:58:21 +0200
committerGitHub <noreply@github.com>2023-05-18 22:58:21 +0200
commita4449ccc38bbbdeb307891e3f21491f1cbda282d (patch)
tree02c2ecaec9ad4578fbb7b622db6dd45f469ea7f6 /pkgs/applications/audio
parent48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a (diff)
cider 1.6.0 -> 1.6.1
Changed version, URL and hash.
The previous repository has been archived and moved to a new repository within the same organization.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/cider/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/cider/default.nix b/pkgs/applications/audio/cider/default.nix
index dfbe70194bbe1..e6bd6aafe7ad6 100644
--- a/pkgs/applications/audio/cider/default.nix
+++ b/pkgs/applications/audio/cider/default.nix
@@ -2,11 +2,11 @@
 
 appimageTools.wrapType2 rec {
   pname = "cider";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchurl {
-    url = "https://github.com/ciderapp/cider-releases/releases/download/v${version}/Cider-${version}.AppImage";
-    sha256 = "sha256-fbeUl+vQpEdP17m3koblKv9z4CRpLNYtVQf7bs8ZP1M=";
+    url = "https://github.com/ciderapp/Cider/releases/download/v${version}/Cider-${version}.AppImage";
+    sha256 = "sha256-t3kslhb6STPemdBN6fXc8jcPgNrlnGzcAUQ3HAUB7Yw=";
   };
 
   extraInstallCommands =