plumber: 2.7.1 -> 2.8.0 (#357332)

This commit is contained in:
Donovan Glover 2024-11-20 20:07:18 +00:00 committed by GitHub
commit 359b70da9e
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.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "streamdal";
repo = pname;
rev = "v${version}";
hash = "sha256-L8vpaqt9yCIP3TLPSNUrOC6hXc71mzl4lqiaoNS6zls=";
hash = "sha256-38tLlFeQtXIiHuQa9c/IfIYbyf+GrOsERAdWQnHSeck=";
};
vendorHash = null;