Commit 0ad91cc3 authored by R. RyanTM's avatar R. RyanTM
Browse files

goresym: 3.2 -> 3.3

parent 9dcb002c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "goresym";
  version = "3.2";
  version = "3.3";

  src = fetchFromGitHub {
    owner = "mandiant";
    repo = "goresym";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VYC9D27/4Up0zIO2wdstdQM8+5FwK+i+nxN8FoYpW4Q=";
    hash = "sha256-ICpgsqhF87jp5wrVmY1EhgKy/6XPBV4eXoFbDxPj8jc=";
  };

  subPackages = [ "." ];