about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2023-12-29 18:54:44 +0100
committerGitHub <noreply@github.com>2023-12-29 18:54:44 +0100
commit01962add7e97c051a6c2dd2a013d7e7c8ec2388a (patch)
treec8fb1e058126a5dda36146a0c17e193f8484f719 /pkgs
parent110315e7d15811b17d8fe351ef50d8fc8b523ad7 (diff)
parent520298bae541290e987afd035658a729366ded61 (diff)
Merge pull request #277470 from r-ryantm/auto-update/bup
bup: 0.33.2 -> 0.33.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/backup/bup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/bup/default.nix b/pkgs/tools/backup/bup/default.nix
index 4b9951f2e2eaf..c2b7b048bce27 100644
--- a/pkgs/tools/backup/bup/default.nix
+++ b/pkgs/tools/backup/bup/default.nix
@@ -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 ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
     repo = "bup";
     owner = "bup";
     rev = version;
-    hash = "sha256-DDVCrY4SFqzKukXm8rIq90xAW2U+yYyhyPmUhslMMWI=";
+    hash = "sha256-w7yPs7hG4v0Kd9i2tYhWH7vW95MAMfI/8g61MB6bfps=";
   };
 
   buildInputs = [ git python3 ];