duplicacy: 3.2.3 -> 3.2.4

This commit is contained in:
Morgan Helton
2024-11-05 20:52:14 -06:00
parent a3b4f5ea49
commit aa726faeb2
+2 -2
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=";