diff options
author | R. Ryantm | 2024-06-14 02:06:40 +0000 |
---|---|---|
committer | R. Ryantm | 2024-06-14 02:06:40 +0000 |
commit | 64520717431e72c7c0fd11c2a0730da3a48c353c (patch) | |
tree | 488535e89b5a7e846bcd74fa8f3cadef6ef7a681 /pkgs/by-name/pl | |
parent | e9ee548d90ff586a6471b4ae80ae9cfcbceb3420 (diff) |
plumber: 2.6.1 -> 2.7.0
Diffstat (limited to 'pkgs/by-name/pl')
-rw-r--r-- | pkgs/by-name/pl/plumber/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/pl/plumber/package.nix b/pkgs/by-name/pl/plumber/package.nix index a682fa832406..8571bd7ca096 100644 --- a/pkgs/by-name/pl/plumber/package.nix +++ b/pkgs/by-name/pl/plumber/package.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "plumber"; - version = "2.6.1"; + version = "2.7.0"; src = fetchFromGitHub { owner = "streamdal"; repo = pname; rev = "v${version}"; - hash = "sha256-7sOj21ZTmo3KJ8CduH25jA4gmXLMKi5QWAng6nP0dsQ="; + hash = "sha256-20rc9TLiCkt9k/Gtr5aoheGiiqOp1eURSqg4p1jTnkE="; }; vendorHash = null; |