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-03-29 18:05:29 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2021-03-29 18:05:29 -0300
commit66e40900d31e1514ba10d5f9d65152a3164b231e (patch)
tree9d362d81493550ebaa926ef71c49ac83244e9647 /pkgs/tools/misc/tfk8s
parent25a75128d3e23ccb1801b542208e15295fa6dedf (diff)
tfk8s: 0.1.2 -> 0.1.3
Diffstat (limited to 'pkgs/tools/misc/tfk8s')
-rw-r--r--pkgs/tools/misc/tfk8s/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tfk8s/default.nix b/pkgs/tools/misc/tfk8s/default.nix
index 23ab5c16fba07..ebe1f056f4e2b 100644
--- a/pkgs/tools/misc/tfk8s/default.nix
+++ b/pkgs/tools/misc/tfk8s/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tfk8s";
-  version = "0.1.2";
+  version = "0.1.3";
 
   src = fetchFromGitHub {
     owner = "jrhouston";
     repo = "tfk8s";
     rev = "v${version}";
-    sha256 = "sha256-gszvWetreafIP9I8hi9zz24TOTSsGzDsm/vXJS6n4Q4=";
+    sha256 = "sha256-3iI5gYfpkxfVylBgniaMeQ73uR8dAjVrdg/eBLRxUR4";
   };
 
   vendorSha256 = "sha256-wS5diDQFkt8IAp13d8Yeh8ihLvKWdR0Mbw0fMZpqqKE=";