nix-bundle: 0.2.0 -> 0.3.0

This commit is contained in:
R. RyanTM 2020-01-17 08:49:43 +00:00
parent 4311cfa157
commit a58a6de1b4

View file

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