go-blueprint: 0.8.2 -> 0.10.1 (#363158)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-09 07:02:41 +00:00 committed by GitHub
commit f388bc8e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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