Bump nix-exec for new nix
This commit is contained in:
parent
8d44a74cfe
commit
529596fd31
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, nix, git }: let
|
{ stdenv, fetchurl, pkgconfig, nix, git }: let
|
||||||
version = "4.1.0";
|
version = "4.1.1";
|
||||||
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 = "16hssxv6fwi5a6bz7dlvhjjr3ymiqrvq0xfd38gwhn9qhvynv2ak";
|
sha256 = "1igpxhvj29cgg7mid1ilaq3d1q9sk6nlw8q33ah8y78iy2ah1iv2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig nix git ];
|
buildInputs = [ pkgconfig nix git ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user