Skip to content

Commit

Permalink
bup: 0.30.1 -> 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2020
1 parent 0a874ff commit 7a6435d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/bup/default.nix
Expand Up @@ -5,7 +5,7 @@

assert par2Support -> par2cmdline != null;

let version = "0.30.1"; in
let version = "0.31"; in

with stdenv.lib;

Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation {
repo = "bup";
owner = "bup";
rev = version;
sha256 = "0z9rpmmi6mbm48ynd6izr0f8l3cklfyar6gjy0c8z9zal1ac9r55";
sha256 = "03kmmdlgg0p5z39bhckkf91mmq55wghb93ghqvv9f9gaby1diw4z";
};

buildInputs = [
Expand Down

0 comments on commit 7a6435d

Please sign in to comment.