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 { stdenv.mkDerivation rec {
pname = "zimfw"; pname = "zimfw";
version = "1.11.0"; version = "1.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zimfw"; owner = "zimfw";
repo = "zimfw"; repo = "zimfw";
rev = "v${version}"; rev = "v${version}";
## zim only needs this one file to be installed. ## zim only needs this one file to be installed.
sparseCheckout = [ "zimfw.zsh" ]; sparseCheckout = [ "zimfw.zsh" ];
sha256 = "sha256-BmzYAgP5Z77VqcpAB49cQLNuvQX1qcKmAh9BuXsy2pA="; sha256 = "sha256-ZL/x5FNklRa5JnZ5UUofnIcW4dCInaEvTLBQfMJDWIM=";
}; };
strictDeps = true; strictDeps = true;
dontConfigure = true; dontConfigure = true;