go-blueprint: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-11-04 02:12:40 +00:00
parent d25ccf9c58
commit b0cb8627f4

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "go-blueprint";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "Melkeydev";
repo = "go-blueprint";
rev = "v${version}";
hash = "sha256-lIx95DY8UpxTW5Zra0APseuXdknsdZAohiGFdwkHE4s=";
hash = "sha256-4KEshM6y27CD+PiyYoz4IWKkfLWRXOTA7bMFfxVYfaI=";
};
ldflags = [