Skip to content

Commit

Permalink
Merge pull request NixOS#277470 from r-ryantm/auto-update/bup
Browse files Browse the repository at this point in the history
bup: 0.33.2 -> 0.33.3
  • Loading branch information
rnhmjoj committed Dec 29, 2023
2 parents 110315e + 520298b commit 01962ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/bup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
assert par2Support -> par2cmdline != null;

let
version = "0.33.2";
version = "0.33.3";

pythonDeps = with python3.pkgs; [ setuptools tornado ]
++ lib.optionals (!stdenv.isDarwin) [ pyxattr pylibacl fuse ];
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation {
repo = "bup";
owner = "bup";
rev = version;
hash = "sha256-DDVCrY4SFqzKukXm8rIq90xAW2U+yYyhyPmUhslMMWI=";
hash = "sha256-w7yPs7hG4v0Kd9i2tYhWH7vW95MAMfI/8g61MB6bfps=";
};

buildInputs = [ git python3 ];
Expand Down

0 comments on commit 01962ad

Please sign in to comment.