tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tfswitch: 0.13.1300 -> 0.13.1308
R. Ryantm
3 years ago
5525cdd7
f2ab8c70
+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.13.1300";
4
4
+
version = "0.13.1308";
5
5
6
6
src = fetchFromGitHub {
7
7
owner = "warrensbox";
8
8
repo = "terraform-switcher";
9
9
rev = version;
10
10
-
sha256 = "sha256-btvoFllCfwQJNpRWdAB05Cu4JYmT1xynJxDbzO/6LDs=";
10
10
+
sha256 = "sha256-EyA7LwfL3vCNzd2wpyUbrUnvkM0/f7/cQp+jcAcGZsg=";
11
11
};
12
12
13
13
-
vendorSha256 = "sha256-NX+vzI/Fa/n9ZQjpESes4fNVAmKlA1rqPwSKsL2GEUY=";
13
13
+
vendorHash = "sha256-NX+vzI/Fa/n9ZQjpESes4fNVAmKlA1rqPwSKsL2GEUY=";
14
14
15
15
# Disable tests since it requires network access and relies on the
16
16
# presence of release.hashicorp.com