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

Commits on Oct 21, 2019

  1. bup: 0.29.3 -> 0.30

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/bup/versions
    r-ryantm committed Oct 21, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    e5e983b View commit details

Commits on Oct 22, 2019

  1. Merge pull request #71524 from r-ryantm/auto-update/bup

    bup: 0.29.3 -> 0.30
    mmahut authored Oct 22, 2019
    Copy the full SHA
    3017d32 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.29.3"; in
let version = "0.30"; in

with stdenv.lib;

@@ -17,7 +17,7 @@ stdenv.mkDerivation {
repo = "bup";
owner = "bup";
rev = version;
sha256 = "1b5ynljd9gs1vzbsa0kggw32s3r4zhbprc2clvjm5qmvnx23hxh8";
sha256 = "0kzi9mzgmx1kjv3aldawapz7bk73f02bysiwh8rngqnirmm0vxdp";
};

buildInputs = [