go-blueprint: 0.10.9 -> 0.10.10

This commit is contained in:
R. Ryantm 2025-05-30 13:38:19 +00:00
parent 1c7b92be21
commit e5aa27d6b2

View file

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