plumber: 2.6.1 -> 2.7.0

This commit is contained in:
R. Ryantm 2024-06-14 02:06:40 +00:00
parent e9ee548d90
commit 6452071743

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "plumber"; pname = "plumber";
version = "2.6.1"; version = "2.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "streamdal"; owner = "streamdal";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7sOj21ZTmo3KJ8CduH25jA4gmXLMKi5QWAng6nP0dsQ="; hash = "sha256-20rc9TLiCkt9k/Gtr5aoheGiiqOp1eURSqg4p1jTnkE=";
}; };
vendorHash = null; vendorHash = null;