about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-28 20:15:20 -0500
committerGitHub <noreply@github.com>2024-02-28 20:15:20 -0500
commitb910faca051d432a5c1d12fe7044766cc47add40 (patch)
tree0e72a1175e5fd5f131b7e75a7c63d08bbc57f85c
parentaf275b9cecdadaf2a54696b9f028bee515db8320 (diff)
parent9bc8b163149957a36de5b0611350ee8c1f069d15 (diff)
downloadnixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar.gz
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar.bz2
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar.lz
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar.xz
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.tar.zst
nixlib-b910faca051d432a5c1d12fe7044766cc47add40.zip
Merge pull request #292146 from r-ryantm/auto-update/popeye
popeye: 0.20.3 -> 0.20.4
-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 3afe0bfe0eae..f1db435c443c 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.20.3";
+  version = "0.20.4";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "derailed";
     repo = "popeye";
-    sha256 = "sha256-Iq33TEl6yCw4e6LeOsXcaMGRmOJqq9XV4KChEArDL6Q=";
+    sha256 = "sha256-rUG2tZokWXWVvGiyDAxVYfVwSDInaLptBCBuawtP1bc=";
   };
 
   ldflags = [