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

plumber: 2.6.0 -> 2.6.1
This commit is contained in:
Weijia Wang 2024-03-27 15:44:10 +01:00 committed by GitHub
commit c8d2fda54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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