tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
threatest: 1.1.0 -> 1.1.1
R. Ryantm
3 years ago
eecf736f
35f080bb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
threatest
default.nix
+2
-2
pkgs/tools/security/threatest/default.nix
···
5
6
buildGoModule rec {
7
pname = "threatest";
8
-
version = "1.1.0";
9
10
src = fetchFromGitHub {
11
owner = "DataDog";
12
repo = pname;
13
rev = "refs/tags/v${version}";
14
-
hash = "sha256-ehyE19VGSLykJUOXoYMFr2Y82Bwpj2ZK5//VJybVAtk=";
15
};
16
17
vendorHash = "sha256-vTzgxByZ2BC7nuq/+LJV7LR0KsUxh1EbHFe81PwqCJc=";
···
5
6
buildGoModule rec {
7
pname = "threatest";
8
+
version = "1.1.1";
9
10
src = fetchFromGitHub {
11
owner = "DataDog";
12
repo = pname;
13
rev = "refs/tags/v${version}";
14
+
hash = "sha256-9/TIiBp3w7NaECX929Tai5nqHKxb7YxYEr2hAl2ttsM=";
15
};
16
17
vendorHash = "sha256-vTzgxByZ2BC7nuq/+LJV7LR0KsUxh1EbHFe81PwqCJc=";