Skip to content

Commit

Permalink
go-blueprint: 0.10.1 -> 0.10.3 (NixOS#366432)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 19, 2024
2 parents 422fc91 + 1ebb5de commit cc547dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/go-blueprint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

buildGoModule rec {
pname = "go-blueprint";
version = "0.10.1";
version = "0.10.3";

src = fetchFromGitHub {
owner = "Melkeydev";
repo = "go-blueprint";
rev = "v${version}";
hash = "sha256-wNS8Tv0LzAPK9F98Rm2fS+fOoZXiJYYq97wYy9KzQ0g=";
hash = "sha256-CTmizd0OnSKHXhhfzRxG31kcnIRSRHZE1LuR7qjBlm8=";
};

ldflags = [
Expand Down

0 comments on commit cc547dd

Please sign in to comment.