desync: 0.9.6 -> 1.0.0 (#470326)

This commit is contained in:
Aleksana
2025-12-14 04:46:26 +00:00
committed by GitHub
+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 ];