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

zimfw: 1.12.0 -> 1.12.1
This commit is contained in:
Thiago Kenji Okada 2023-09-25 12:41:47 +01:00 committed by GitHub
commit 042e7c33c0
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.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "zimfw";
repo = "zimfw";
rev = "v${version}";
## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ];
sha256 = "sha256-PwfPiga4KcOrkkObIu3RCUmO2ExoDQkbQx7S+Yncy6k=";
sha256 = "sha256-BoUNUdhRUWNi2ttxgWJxbjHw64K9k0rNjRi2L4V+gLk=";
};
strictDeps = true;
dontConfigure = true;