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
+2 -2
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;