Merge pull request #215125 from r-ryantm/auto-update/zimfw

zimfw: 1.11.0 -> 1.11.1
This commit is contained in:
Weijia Wang 2023-02-07 16:50:31 +01:00 committed by GitHub
commit ec1e46d85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;