Skip to content

Commit

Permalink
go-blueprint: 0.10.1 -> 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 19, 2024
1 parent a98c720 commit 1ebb5de
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 1ebb5de

Please sign in to comment.