Commit 3cef1355 authored by R. RyanTM's avatar R. RyanTM
Browse files

go-minimock: 3.3.12 -> 3.3.13

parent 3d37622c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "go-minimock";
  version = "3.3.12";
  version = "3.3.13";

  src = fetchFromGitHub {
    owner = "gojuno";
    repo = "minimock";
    rev = "v${version}";
    hash = "sha256-9iokhXkwmISjg8pOy11bax0KEfro2lpGLI9fbz2tpiY=";
    hash = "sha256-YLGZJMBe5wKI9RccJ1ps48A3ZiPWMrzjZH4Fpy8K9yM=";
  };

  ldflags = [