about summary refs log tree commit diff
path: root/pkgs/tools/misc/tfk8s
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-07-14 07:51:48 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-07-14 07:51:48 -0300
commit0bac0bfd7269cd2390b0cdde1ba264944bab911a (patch)
tree831b9a8ae311a72dbe5346f84a2e22916405db14 /pkgs/tools/misc/tfk8s
parentb4c4784f7e3f220cbb4affaabf402a8be059a21a (diff)
tfk8s: 0.1.4 -> 0.1.5
Diffstat (limited to 'pkgs/tools/misc/tfk8s')
-rw-r--r--pkgs/tools/misc/tfk8s/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tfk8s/default.nix b/pkgs/tools/misc/tfk8s/default.nix
index e6fc7bf3f7fe4..536b8f1386d62 100644
--- a/pkgs/tools/misc/tfk8s/default.nix
+++ b/pkgs/tools/misc/tfk8s/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "tfk8s";
-  version = "0.1.4";
+  version = "0.1.5";
   tag = "v${version}";
 
   src = fetchFromGitHub {
     owner = "jrhouston";
     repo = "tfk8s";
     rev = tag;
-    sha256 = "sha256-Ha/F8rCGZqFYqJzfemmKRyEBI5khaSIerJxvf2Pf2ao=";
+    sha256 = "sha256-T0zM2JOmzk8YyS3+De6yGwiwLgyb6Rwy6hT9b44wNxQ=";
   };
 
-  vendorSha256 = "sha256-wS5diDQFkt8IAp13d8Yeh8ihLvKWdR0Mbw0fMZpqqKE=";
+  vendorSha256 = "sha256-eLPmghs05pMMtys97Ja7YGdVMZmMmiaFeMwzaWNxW0I=";
   runVend = true;
 
   buildFlagsArray = [