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: 337b3f902287
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff8f0f79a769
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 19, 2021

  1. bup: 0.31 -> 0.32

    r-ryantm committed Jan 19, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    cole-h Cole Helbling
    Copy the full SHA
    f020af8 View commit details
  2. Merge pull request #109922 from r-ryantm/auto-update/bup

    bup: 0.31 -> 0.32
    rnhmjoj authored Jan 19, 2021
    Copy the full SHA
    ff8f0f7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/backup/bup/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/backup/bup/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

assert par2Support -> par2cmdline != null;

let version = "0.31"; in
let version = "0.32"; in

with lib;

@@ -17,7 +17,7 @@ stdenv.mkDerivation {
repo = "bup";
owner = "bup";
rev = version;
sha256 = "03kmmdlgg0p5z39bhckkf91mmq55wghb93ghqvv9f9gaby1diw4z";
sha256 = "sha256-SWnEJ5jwu/Jr2NLsTS8ajWay0WX/gYbOc3J6w00DndI=";
};

buildInputs = [