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
+2 -2
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;