zimfw: 1.17.1 -> 1.18.0 (#391704)

This commit is contained in:
jopejoe1
2025-03-27 19:44:48 +01:00
committed by GitHub
+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;