zimfw: 1.12.1 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-02-17 08:12:34 +00:00
parent e51ce7cd44
commit 90f257d961

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;