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

zimfw: 1.12.1 -> 1.13.0
This commit is contained in:
Weijia Wang 2024-03-06 23:32:58 +01:00 committed by GitHub
commit 73fe607aa6
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.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
sha256 = "sha256-BoUNUdhRUWNi2ttxgWJxbjHw64K9k0rNjRi2L4V+gLk=";
sha256 = "sha256-yo1+jXmBzJdFLaVpmyKe8cyceg+sIgD++l2mSYPaKd8=";
};
strictDeps = true;
dontConfigure = true;