Merge pull request #144279 from NixOS/update-nix-bundle

nix-bundle: 0.4.0 -> 0.4.1
This commit is contained in:
Anderson Torres 2021-11-02 19:02:43 -03:00 committed by GitHub
commit aaf4562154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nix-bundle";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "matthewbauer";
repo = pname;
rev = "v${version}";
sha256 = "0hdvdjm467w37clkhbifn54hbdmnxlbk66cj88lwaz26j4s2ik5g";
sha256 = "0js8spwjvw6kjxz1i072scd035fhiyazixvn84ibdnw8dx087gjv";
};
nativeBuildInputs = [ makeWrapper ];