Merge pull request #219092 from r-ryantm/auto-update/zimfw
zimfw: 1.11.2 -> 1.11.3
This commit is contained in:
commit
86d9ebe126
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zimfw";
|
pname = "zimfw";
|
||||||
version = "1.11.2";
|
version = "1.11.3";
|
||||||
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-FgTCdSSDp8pvscRUD4vVk/peoCI4e9FPoCuHP25wxXA=";
|
sha256 = "sha256-q3OSypjqAc+ul0kF6f3u+wnFyNEm4AKwyPBwQzlVzYU=";
|
||||||
};
|
};
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user