mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #215125 from r-ryantm/auto-update/zimfw
zimfw: 1.11.0 -> 1.11.1
This commit is contained in:
commit
ec1e46d85a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user