zimfw: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2023-02-07 13:12:19 +00:00
parent 9e22cf8881
commit 7ce6fb77e8

View File

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