Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b5549393936
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f13b85643b35
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2020

  1. nix-bundle: 0.2.0 -> 0.3.0

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    a58a6de View commit details

Commits on Jan 19, 2020

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

    nix-bundle: 0.2.0 -> 0.3.0
    marsam authored Jan 19, 2020
    Copy the full SHA
    f13b856 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/package-management/nix-bundle/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix-bundle/default.nix
Original file line number Diff line number Diff line change
@@ -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