about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-27 11:06:38 -0400
committerGitHub <noreply@github.com>2024-03-27 11:06:38 -0400
commit21795f303cd0b847d803557934a9e769248abd2a (patch)
tree8b39bcb237d26115a4a3a949db7682728f070f3f /pkgs/applications/networking/cluster
parent2a9b14650c4c55248e9ef75c0264d332a9c5eb7f (diff)
parent587f341ca166ac6814251206d7de791fb43098d4 (diff)
Merge pull request #299401 from r-ryantm/auto-update/popeye
popeye: 0.21.1 -> 0.21.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/popeye/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/popeye/default.nix b/pkgs/applications/networking/cluster/popeye/default.nix
index 4c21b95265fba..50acf8dceecbe 100644
--- a/pkgs/applications/networking/cluster/popeye/default.nix
+++ b/pkgs/applications/networking/cluster/popeye/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "popeye";
-  version = "0.21.1";
+  version = "0.21.2";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "derailed";
     repo = "popeye";
-    sha256 = "sha256-zk3SMIvaFV6t+VCMvcmMaHpTEYx/LinaPLNXUU+JSwk=";
+    sha256 = "sha256-NhQER6XeicpQY0rYisGvkUCHYsURJqt6xVKc9F0CmtE=";
   };
 
   ldflags = [