Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

desync: 0.9.4 -> 0.9.5

+2 -2
+2 -2
pkgs/applications/networking/sync/desync/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "desync"; 8 - version = "0.9.4"; 8 + version = "0.9.5"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "folbricht"; 12 12 repo = "desync"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-kwYRspzfTBl9FtPrpd55VBYiCzaG7M83EM5nbqdBG/Q="; 14 + hash = "sha256-FeZhLY0fUUNNqa6qZZnh2z06+NgcAI6gY8LRR4xI5sM="; 15 15 }; 16 16 17 17 vendorHash = "sha256-1RuqlDU809mtGn0gOFH/AW6HJo1cQqt8spiLp3/FpcI=";