0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

go-blueprint: 0.10.3 -> 0.10.4 (#374933)

Co-authored-by: tobifroe <tobifroe@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-01-19 10:51:16 +00:00 committed by GitHub
commit b56cac7e90
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.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "Melkeydev";
repo = "go-blueprint";
rev = "v${version}";
hash = "sha256-CTmizd0OnSKHXhhfzRxG31kcnIRSRHZE1LuR7qjBlm8=";
hash = "sha256-/MIMDQKdpgY0bCwrYpJNC6jiEhNECROe61uuoFz8P68=";
};
ldflags = [