zimfw: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm 2023-09-25 02:45:23 +00:00
parent 7a862f0a66
commit 1fe8e279c6

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;