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

plumber: 2.5.4 -> 2.6.0
This commit is contained in:
Nick Cao 2024-03-16 11:03:57 -07:00 committed by GitHub
commit 49d02e3f2a
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.5.4";
version = "2.6.0";
src = fetchFromGitHub {
owner = "streamdal";
repo = pname;
rev = "v${version}";
hash = "sha256-6nPH+HQtpFJ4MAtblFWjaQjDSKtpIxW9tGt2o1ICtos=";
hash = "sha256-H1tyMedYKj1bePNcaEWYP3njHw57cJ0jgxwC7zDXQvk=";
};
vendorHash = null;