desync: 0.9.6 -> 1.0.0

https://github.com/folbricht/desync/releases/tag/v1.0.0
This commit is contained in:
Artem Leshchev
2025-12-12 20:03:15 -06:00
parent a7c24b6b38
commit 058e2266e2
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "desync";
version = "0.9.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "folbricht";
repo = "desync";
tag = "v${version}";
hash = "sha256-TwzD9WYi4cdDPKKV2XoqkGWJ9CzIwoxeFll8LqNWf/E=";
hash = "sha256-aRxWq9gGfglfBixS7xOoj8r29rJRAfGj4ydcSFf/7P0=";
};
vendorHash = "sha256-CBw5FFGQgvdYoOUZ6E1F/mxqzNKOwh2IZbsh0dAsLEE=";
vendorHash = "sha256-ywID0txn7L6+QkYNvGvO5DTsDQBZLU+pGwNd3q7kLKI=";
nativeBuildInputs = [ installShellFiles ];