zimfw: 1.18.0 -> 1.20.0

This commit is contained in:
R. Ryantm
2025-12-22 08:09:09 +00:00
parent 553fe89710
commit aed61bde1c
+2 -2
View File
@@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.18.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
tag = "v${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;