about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/timoni/default.nix
diff options
context:
space:
mode:
authorJan Votava <votava@deployment.cz>2024-04-24 09:57:26 +0000
committerJan Votava <votava@deployment.cz>2024-04-24 09:57:26 +0000
commitbf34c32e014dd655475f35a0bbe1ca80d72a861b (patch)
treec8e00c299965f48eabdc227b7e5734b0070c4f86 /pkgs/applications/networking/cluster/timoni/default.nix
parente3097c24affd709300e895b0557d58e2cc54f388 (diff)
timoni: 0.20.0 -> 0.21.0
Diffstat (limited to 'pkgs/applications/networking/cluster/timoni/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/timoni/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/timoni/default.nix b/pkgs/applications/networking/cluster/timoni/default.nix
index a756212d3d67a..40511cc74ebc3 100644
--- a/pkgs/applications/networking/cluster/timoni/default.nix
+++ b/pkgs/applications/networking/cluster/timoni/default.nix
@@ -6,16 +6,16 @@
 
 buildGo122Module rec {
   pname = "timoni";
-  version = "0.20.0";
+  version = "0.21.0";
 
   src = fetchFromGitHub {
     owner = "stefanprodan";
     repo = "timoni";
     rev = "v${version}";
-    hash = "sha256-zQawfzwQNQvtta7lIOtePGI67Y4iXzEBGqd5YiOKAVY=";
+    hash = "sha256-LN2VxXKjEaUgLSVc0G+OlhmaZ4anBmyXbOBOrGIeYG0=";
   };
 
-  vendorHash = "sha256-xQgSABaWY5FWHh2kcBB36fm3povFNpU18PjD4J6M4QM=";
+  vendorHash = "sha256-Vj7P0o0UM35WTv9s1BAcW6MuzjIinADOFsuCK1bpKP0=";
 
   subPackages = [ "cmd/timoni" ];
   nativeBuildInputs = [ installShellFiles ];