plumber: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm
2024-09-15 01:43:26 +00:00
parent 5439240072
commit b41e94db76
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "plumber";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "streamdal";
repo = pname;
rev = "v${version}";
hash = "sha256-20rc9TLiCkt9k/Gtr5aoheGiiqOp1eURSqg4p1jTnkE=";
hash = "sha256-L8vpaqt9yCIP3TLPSNUrOC6hXc71mzl4lqiaoNS6zls=";
};
vendorHash = null;