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

threatest: 1.1.0 -> 1.1.1

+2 -2
+2 -2
pkgs/tools/security/threatest/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "threatest"; 8 - version = "1.1.0"; 8 + version = "1.1.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "DataDog"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-ehyE19VGSLykJUOXoYMFr2Y82Bwpj2ZK5//VJybVAtk="; 14 + hash = "sha256-9/TIiBp3w7NaECX929Tai5nqHKxb7YxYEr2hAl2ttsM="; 15 15 }; 16 16 17 17 vendorHash = "sha256-vTzgxByZ2BC7nuq/+LJV7LR0KsUxh1EbHFe81PwqCJc=";