about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 17:00:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-18 17:00:15 +0000
commit46c8b6821e7fecfea1879ccf0ff0116e3554b8dd (patch)
treeba44a21dbb693e9b59184537ae2d832af756d465 /pkgs/applications/networking/cluster
parentd0d9d40f136fdbf8d1c041887cdd52823f0b3fea (diff)
downloadnixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar.gz
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar.bz2
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar.lz
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar.xz
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.tar.zst
nixlib-46c8b6821e7fecfea1879ccf0ff0116e3554b8dd.zip
popeye: 0.21.0 -> 0.21.1
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 cbea60bf151c..bd082a691e99 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.0";
+  version = "0.21.1";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "derailed";
     repo = "popeye";
-    sha256 = "sha256-wEOmG15h3YRO/MmMj5QZxmc0itZJeIQs3LuB3GXWWQw=";
+    sha256 = "sha256-zk3SMIvaFV6t+VCMvcmMaHpTEYx/LinaPLNXUU+JSwk=";
   };
 
   ldflags = [