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
terraformer: 0.8.22 -> 0.8.24
R. Ryantm
2 years ago
fc2f254a
27f58ace
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
terraformer
default.nix
+3
-3
pkgs/development/tools/misc/terraformer/default.nix
···
2
3
buildGoModule rec {
4
pname = "terraformer";
5
-
version = "0.8.22";
6
7
src = fetchFromGitHub {
8
owner = "GoogleCloudPlatform";
9
repo = pname;
10
rev = version;
11
-
sha256 = "sha256-TuzQ9qIpioKK4tc1J9Spxt52716Z3yTEufyaRDL57gI=";
12
};
13
14
-
vendorSha256 = "sha256-fcCvwjqSTeFo0AwTVwWTdygvIPf0EUnZkWqNrQ6eugI=";
15
16
subPackages = [ "." ];
17
···
2
3
buildGoModule rec {
4
pname = "terraformer";
5
+
version = "0.8.24";
6
7
src = fetchFromGitHub {
8
owner = "GoogleCloudPlatform";
9
repo = pname;
10
rev = version;
11
+
sha256 = "sha256-paBj2vaBicXHMEei2HPW+d4fXWf8VnVhvcanXmo/5KI=";
12
};
13
14
+
vendorHash = "sha256-Rh2ZGSfa95Yw8GGjsZjwmj0o4qKpygbPsLCbzUTOBxQ=";
15
16
subPackages = [ "." ];
17