about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/popeye/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 04:24:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 04:24:50 +0000
commita4c635744215f5818341865b53c58557ef2f6a58 (patch)
tree9b13f7b103ddb73aebfc62a4b648a7d075bbccf7 /pkgs/applications/networking/cluster/popeye/default.nix
parent5706443baf9ce6a4cdb09f0c8463429c0549a9df (diff)
downloadnixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar.gz
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar.bz2
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar.lz
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar.xz
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.tar.zst
nixlib-a4c635744215f5818341865b53c58557ef2f6a58.zip
popeye: 0.20.4 -> 0.20.5
Diffstat (limited to 'pkgs/applications/networking/cluster/popeye/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/popeye/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/popeye/default.nix b/pkgs/applications/networking/cluster/popeye/default.nix
index 95a437704120..7cb97701f8d8 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.4";
+  version = "0.20.5";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "derailed";
     repo = "popeye";
-    sha256 = "sha256-rUG2tZokWXWVvGiyDAxVYfVwSDInaLptBCBuawtP1bc=";
+    sha256 = "sha256-e3ANhF2g1YpCipnHej2ZegoAq20MOyTIjxgNMs3qGbk=";
   };
 
   ldflags = [
@@ -17,7 +17,7 @@ buildGoModule rec {
     "-X github.com/derailed/popeye/cmd.commit=${version}"
   ];
 
-  vendorHash = "sha256-ThldEPzAwMfNnhUEgHL5/asc+SETKxTrPIJt307tqsg=";
+  vendorHash = "sha256-lRm3cS+VYP9vptr6ixmkni7DpNnexrhyccKDV7TWKg0=";
 
   nativeBuildInputs = [ installShellFiles ];