zimfw: 1.17.0 -> 1.17.1 (#381632)

This commit is contained in:
Nick Cao
2025-02-13 16:26:07 -05:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
hash = "sha256-h8VhnUxelnc67TngQzmKY/098uKgvopBA1YleTiJhWc=";
hash = "sha256-W0yjDebHyhsjPQF8CZMAUv+nJ/oLx/mxolxiCNvAs00=";
};
strictDeps = true;
dontConfigure = true;