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.
This commit is contained in:
Bjarne 2023-05-18 22:58:21 +02:00 committed by GitHub
parent 48a0fb7aab
commit a4449ccc38
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.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 =