Skip to content

Commit

Permalink
Merge pull request #178436 from xabufr/master
Browse files Browse the repository at this point in the history
 tfswitch: 0.13.1250 -> 0.13.1275
  • Loading branch information
bobby285271 authored Jun 23, 2022
2 parents 629ed9e + 1af866d commit 6141b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/tfswitch/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ buildGoModule, lib, fetchFromGitHub }:
buildGoModule rec {
pname = "tfswitch";
version = "0.13.1250";
version = "0.13.1275";

src = fetchFromGitHub {
owner = "warrensbox";
repo = "terraform-switcher";
rev = version;
sha256 = "sha256-OfQUwAv7PgjcDLE4Wm6I8pAHeLV9sHlLHRVqTB13B4c=";
sha256 = "sha256-yuoJkVztLtlr4xOa4muWKquwAb8lo2IQpD7PLxEQfpg=";
};

vendorSha256 = "sha256-jM9xYwBshBpaT4duBTvVwYUOapQfUbq9kL7EaRIGfQY=";
Expand Down

0 comments on commit 6141b89

Please sign in to comment.