3
0
Fork 0
forked from mirrors/nixpkgs

nix-exec: bump

This commit is contained in:
Shea Levy 2014-11-21 09:59:53 -05:00
parent 77fffad1ab
commit 76854052f9

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, nix, git }: let
version = "3.0.0";
version = "3.0.1";
in stdenv.mkDerivation {
name = "nix-exec-${version}";
src = fetchurl {
url = "https://github.com/shlevy/nix-exec/releases/download/v${version}/nix-exec-${version}.tar.xz";
sha256 = "1c5akl24jym30cfhqg9wx2mzlcx6d91fh62dvf1l13y1akqrsk06";
sha256 = "1ncyhmwch9l2iz58ycfy53bb3l850d24aryraf6vvfkw8yg9d7kq";
};
buildInputs = [ pkgconfig nix git ];