Merge pull request #319694 from r-ryantm/auto-update/plumber

plumber: 2.6.1 -> 2.7.0
This commit is contained in:
Aleksana 2024-06-18 01:10:41 +08:00 committed by GitHub
commit e98ea95710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;