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

zimfw: 1.13.0 -> 1.13.1
This commit is contained in:
Nick Cao 2024-04-30 08:41:35 -04:00 committed by GitHub
commit 6979d88f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "zimfw";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
sha256 = "sha256-yo1+jXmBzJdFLaVpmyKe8cyceg+sIgD++l2mSYPaKd8=";
sha256 = "sha256-ZmOmdIvSs60GYT4zfhYONmfayDOEHG8acsf4u1A2wWQ=";
};
strictDeps = true;
dontConfigure = true;