go-blueprint: 0.8.1 -> 0.8.2 (#353556)

This commit is contained in:
Nick Cao
2024-11-04 08:25:19 -05:00
committed by GitHub
+2 -2
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 = [