zimfw: 1.17.1 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-03-21 00:35:10 +00:00
parent 750fef2a63
commit 8313fbedec
+2 -2
View File
@@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.17.1";
version = "1.18.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
hash = "sha256-W0yjDebHyhsjPQF8CZMAUv+nJ/oLx/mxolxiCNvAs00=";
hash = "sha256-qQViaQOpLp8F4zvJETbNp0lxpdVhM1Meg7WcMKkjJRQ=";
};
strictDeps = true;
dontConfigure = true;