zimfw: 1.18.0 -> 1.20.0 (#459015)

This commit is contained in:
Weijia Wang
2026-02-03 14:06:27 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zimfw";
version = "1.18.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
tag = "v${finalAttrs.version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
hash = "sha256-qQViaQOpLp8F4zvJETbNp0lxpdVhM1Meg7WcMKkjJRQ=";
hash = "sha256-fwpmeFDQRsTnWSoa9N3C+G/LDBCmDtbl+ckcyndMr7c=";
};
strictDeps = true;
dontConfigure = true;