tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tfswitch: 0.12.1119 -> 0.12.1168
R. RyanTM
4 years ago
0ee218ee
45d3c11c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
tfswitch
default.nix
+3
-3
pkgs/applications/networking/cluster/tfswitch/default.nix
···
1
1
{ buildGoModule, lib, fetchFromGitHub }:
2
2
buildGoModule rec {
3
3
pname = "tfswitch";
4
4
-
version = "0.12.1119";
4
4
+
version = "0.12.1168";
5
5
6
6
src = fetchFromGitHub {
7
7
owner = "warrensbox";
8
8
repo = "terraform-switcher";
9
9
rev = version;
10
10
-
sha256 = "1xsmr4hnmdg2il3rp39cyhv55ha4qcilcsr00iiija3bzxsm4rya";
10
10
+
sha256 = "sha256-BKqbxja19JxAr9/Cy7LpbZTJrt/pYfwtCbZMY0wwvZc=";
11
11
};
12
12
13
13
-
vendorSha256 = "0mpm4m07v8w02g95cnj73m5gvd118id4ag2pym8d9r2svkyz5n70";
13
13
+
vendorSha256 = "sha256-y8T1MV2xHr9n7XWmB4LikIzyGx+0XKhsxmatnCZFN9I=";
14
14
15
15
# Disable tests since it requires network access and relies on the
16
16
# presence of release.hashicorp.com