go-blueprint: 0.10.10 -> 0.10.11

This commit is contained in:
R. Ryantm 2025-07-11 01:09:59 +00:00
parent 52809155bd
commit dfe10ddd84

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "go-blueprint";
version = "0.10.10";
version = "0.10.11";
src = fetchFromGitHub {
owner = "Melkeydev";
repo = "go-blueprint";
rev = "v${version}";
hash = "sha256-yUuI7FrrSTTlaFfb/hh0YSzaOzE2dBlXoSCaNuKFdrM=";
hash = "sha256-ahvSCu4bqzPmscHSQmaxhbUtlEL7T0T/13RY2sIGWjA=";
};
ldflags = [