mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
zimfw: 1.13.0 -> 1.13.1
This commit is contained in:
parent
8cf34f783f
commit
8fd0d958ee
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zimfw";
|
pname = "zimfw";
|
||||||
version = "1.13.0";
|
version = "1.13.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-yo1+jXmBzJdFLaVpmyKe8cyceg+sIgD++l2mSYPaKd8=";
|
sha256 = "sha256-ZmOmdIvSs60GYT4zfhYONmfayDOEHG8acsf4u1A2wWQ=";
|
||||||
};
|
};
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user