tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fastly: 10.6.2 -> 10.6.4
Rafael Fernández López
2 years ago
e67121a3
876ea240
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
misc
fastly
default.nix
+3
-3
pkgs/misc/fastly/default.nix
···
10
10
11
11
buildGoModule rec {
12
12
pname = "fastly";
13
13
-
version = "10.6.2";
13
13
+
version = "10.6.4";
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "fastly";
17
17
repo = "cli";
18
18
rev = "refs/tags/v${version}";
19
19
-
hash = "sha256-j4dqLV1Q17RQczkTqGTh8S8Y6ELqXjWuJRr+xB/x2yE=";
19
19
+
hash = "sha256-+qBeE7t+d1Es63hUBO9Bcqyc0vtatcJGoYw2GE0JPxQ=";
20
20
# The git commit is part of the `fastly version` original output;
21
21
# leave that output the same in nixpkgs. Use the `.git` directory
22
22
# to retrieve the commit SHA, and remove the directory afterwards,
···
33
33
"cmd/fastly"
34
34
];
35
35
36
36
-
vendorHash = "sha256-aCekNpf6C5fGIEk0pLkz4hJ6mQfBIzeCsIL6Fxf2QGk=";
36
36
+
vendorHash = "sha256-Mh737emdQkIoNOAkaTafCoMQnLqXIGMKX6X5ClsmMzc=";
37
37
38
38
nativeBuildInputs = [
39
39
installShellFiles