about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-15 09:53:57 -0400
committerGitHub <noreply@github.com>2023-05-15 09:53:57 -0400
commit42bfe21cb089d04cfe5696eb14959113776de8e2 (patch)
tree012cc4704d92d354b071f582c6d6a716317a605d /pkgs/applications/networking
parent7e5192590bd76a813de34542bbe7d8a552d5ecad (diff)
parentec83b05fef2b49282e7213776b053da246e3965a (diff)
Merge pull request #231969 from r-ryantm/auto-update/tanka
tanka: 0.24.0 -> 0.25.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/tanka/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/tanka/default.nix b/pkgs/applications/networking/cluster/tanka/default.nix
index 29727e0a697df..470a4bdf7ef32 100644
--- a/pkgs/applications/networking/cluster/tanka/default.nix
+++ b/pkgs/applications/networking/cluster/tanka/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "tanka";
-  version = "0.24.0";
+  version = "0.25.0";
 
   src = fetchFromGitHub {
     owner = "grafana";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-RZLmbf9ginMbFAaUKL5mK5HIYQslP8Vu8zdh1OJ1P1Y=";
+    sha256 = "sha256-LAOcDgosSGE7sLiQYSimz//oZ3FHcx3PTjtG0WdDNmg=";
   };
 
-  vendorHash = "sha256-g9e0NesI7WdaTHZ57XRlo8as3IWAFlFW4nkyf6+kd40=";
+  vendorHash = "sha256-//uxNK8u7zIVeIUN401DXtkJsX/1iVfDcoFwcs8Y3cg=";
 
   doCheck = false;