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:
commit
b56cac7e90
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue