Commit a9765d06 authored by R. RyanTM's avatar R. RyanTM
Browse files

go-blueprint: 0.10.6 -> 0.10.8

parent 0571e373
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "go-blueprint";
  version = "0.10.6";
  version = "0.10.8";

  src = fetchFromGitHub {
    owner = "Melkeydev";
    repo = "go-blueprint";
    rev = "v${version}";
    hash = "sha256-xWv/4/7+eqSBLmyuF+vLLZzMn8A8sE6vkldER145FQQ=";
    hash = "sha256-oEp+qMWN2SIW9MBVbfk72Ogu9nbuR++YsTeRpbbQ2LY=";
  };

  ldflags = [