duplicacy: 3.2.4 -> 3.2.5 (#406390)

Co-authored-by: devusb <devusb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-12 19:00:26 +00:00
committed by GitHub
co-authored by devusb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "duplicacy";
version = "3.2.4";
version = "3.2.5";
src = fetchFromGitHub {
owner = "gilbertchen";
repo = "duplicacy";
rev = "v${version}";
hash = "sha256-JxBS40g97GPTzKXW+k0RrwLBuK4ItLvnVHzBZRSOEIM=";
hash = "sha256-PS1vN5XkyihiiahIdzJmzdr1yyJMkzCpVbXgbZL2jHE=";
};
vendorHash = "sha256-4M/V4vP9XwHBkZ6UwsAxZ81YAzP4inuNC5yI+5ygQsA=";