plumber: 2.7.1 -> 2.8.0

This commit is contained in:
R. Ryantm 2024-11-19 16:46:25 +00:00
parent 23e89b7da8
commit 4a2ec7480a

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;