duplicacy: 3.2.3 -> 3.2.4 (#353949)

This commit is contained in:
Nick Cao 2024-11-06 08:33:31 -05:00 committed by GitHub
commit 3855a624f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "duplicacy";
version = "3.2.3";
version = "3.2.4";
src = fetchFromGitHub {
owner = "gilbertchen";
repo = "duplicacy";
rev = "v${version}";
hash = "sha256-7LflTRBB4JG84QM46wvSJrP4o3CHV4gnR24RJgDSlDg=";
hash = "sha256-JxBS40g97GPTzKXW+k0RrwLBuK4ItLvnVHzBZRSOEIM=";
};
vendorHash = "sha256-4M/V4vP9XwHBkZ6UwsAxZ81YAzP4inuNC5yI+5ygQsA=";

View File

@ -6986,8 +6986,6 @@ with pkgs;
dupe-krill = callPackage ../tools/filesystems/dupe-krill { };
duplicacy = callPackage ../tools/backup/duplicacy { };
duplicity = callPackage ../tools/backup/duplicity { };
duply = callPackage ../tools/backup/duply { };