Merge pull request #203441 from r-ryantm/auto-update/cider

cider: 1.5.7 -> 1.6.0
This commit is contained in:
Weijia Wang
2023-01-23 08:08:20 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "cider";
version = "1.5.7";
version = "1.6.0";
src = fetchurl {
url = "https://github.com/ciderapp/cider-releases/releases/download/v${version}/Cider-${version}.AppImage";
sha256 = "sha256-fWpt7YxqEDa1U4CwyVZwgbiwe0lrh64v0cJG9pbNMUU=";
sha256 = "sha256-fbeUl+vQpEdP17m3koblKv9z4CRpLNYtVQf7bs8ZP1M=";
};
extraInstallCommands =