zimfw: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm
2024-11-26 06:52:13 +00:00
parent 504e3ecdd9
commit 01a0ebafca
+2 -2
View File
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
hash = "sha256-8GnxUhBvMy7fhDILDKYEf/9Mhgzz7suaiZ5elRZmT0o=";
hash = "sha256-kAy7wT7K1x9di1RRcXHk5e0johdDWtSzDD85chSkNZ0=";
};
strictDeps = true;
dontConfigure = true;