Merge pull request #77889 from r-ryantm/auto-update/nix-bundle

nix-bundle: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas 2020-01-19 08:50:36 -05:00 committed by GitHub
commit f13b85643b
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.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