about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/popeye
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-28 19:47:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-28 19:47:12 +0000
commit9bc8b163149957a36de5b0611350ee8c1f069d15 (patch)
tree60f8ef5c44744635d6910c966b7da9bdc93126ba /pkgs/applications/networking/cluster/popeye
parent6780926802f953c2266e8a4215c7a4be86803dfa (diff)
popeye: 0.20.3 -> 0.20.4
Diffstat (limited to 'pkgs/applications/networking/cluster/popeye')
-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 3afe0bfe0eae3..f1db435c443cd 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 = [