zimfw: 1.13.1 -> 1.14.0

This commit is contained in:
R. Ryantm 2024-06-26 03:06:38 +00:00
parent 260616a5fd
commit 94e90e895a

View File

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