nix-bundle: 0.3 -> 0.4

This commit is contained in:
Matthew Bauer 2020-05-20 11:09:41 -05:00 committed by Bjørn Forsman
parent 9df4eba48b
commit faa7ae8643

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "nix-bundle";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "matthewbauer";
repo = pname;
rev = "v${version}";
sha256 = "084m9hqm1nhwln2sbg8ck2v2dprvpldxxqmd1r8fcj3dmn4bysz0";
sha256 = "0hdvdjm467w37clkhbifn54hbdmnxlbk66cj88lwaz26j4s2ik5g";
};
# coreutils, gnutar is actually needed by nix for bootstrap