nix-exec: Bump
This commit is contained in:
parent
cd223ad0ac
commit
d982a78eec
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, nix }: let
|
{ stdenv, fetchurl, pkgconfig, nix }: let
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "nix-exec-${version}";
|
name = "nix-exec-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/shlevy/nix-exec/releases/download/v${version}/nix-exec-${version}.tar.xz";
|
url = "https://github.com/shlevy/nix-exec/releases/download/v${version}/nix-exec-${version}.tar.xz";
|
||||||
|
|
||||||
sha256 = "0w89ma69iil1ki68zvs1l0ii0d87in64791l3a4yzyv9d3ncl3w6";
|
sha256 = "0w1dq2svv1l8x18q5syraf80xpyyrcxbrab51cszc3v4m04b4saa";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig nix ];
|
buildInputs = [ pkgconfig nix ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user