Merge pull request #196751 from pogobanane/master-update-cider

cider: 1.5.6 -> 1.5.7
This commit is contained in:
Christian Kögler 2022-10-30 22:25:31 +01:00 committed by GitHub
commit 76d5fa599c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "cider";
version = "1.5.6";
version = "1.5.7";
src = fetchurl {
url = "https://github.com/ciderapp/cider-releases/releases/download/v${version}/Cider-${version}.AppImage";
sha256 = "sha256-gn0dRoPPolujZ1ukuo/esSLwbhiPdcknIe9+W6iRaYw=";
sha256 = "sha256-fWpt7YxqEDa1U4CwyVZwgbiwe0lrh64v0cJG9pbNMUU=";
};
extraInstallCommands =