plumber: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2024-02-09 06:50:37 +00:00
parent 4441de75cb
commit 5db14cf899

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "plumber";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "streamdal";
repo = pname;
rev = "v${version}";
hash = "sha256-ftXLipJQjRdOSNO56rIRfAKKU0kHtAK85hgcT3nYOKA=";
hash = "sha256-0uQYNOmG84kJo6fBZNv4/ua8uVzg2OWOWVFdGIcbm5U=";
};
vendorHash = null;