Merge pull request #248791 from r-ryantm/auto-update/zimfw

zimfw: 1.11.3 -> 1.12.0
This commit is contained in:
Weijia Wang 2023-08-13 15:23:14 +02:00 committed by GitHub
commit 6f18fdc340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.11.3";
version = "1.12.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
sha256 = "sha256-q3OSypjqAc+ul0kF6f3u+wnFyNEm4AKwyPBwQzlVzYU=";
sha256 = "sha256-PwfPiga4KcOrkkObIu3RCUmO2ExoDQkbQx7S+Yncy6k=";
};
strictDeps = true;
dontConfigure = true;