Unverified Commit a38954c9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #243545 from figsoda/gopatch

gopatch: 0.2.0 -> 0.3.0
parents 5ec3d4b4 0563baa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "gopatch";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "uber-go";
    repo = "gopatch";
    rev = "v${version}";
    hash = "sha256-RodRDP7n1hxez+9xpRlguuArJDVaYxVTpnXKqsyqnUw=";
    hash = "sha256-iiVp/Aa4usShTQD/15zYk7/WQoQL/ZxVDPWYoi3JLW4=";
  };

  vendorHash = "sha256-vygEVVh/bBhV/FCrehDumrw2c1SdSZSdFjVSRoJsIig=";
  vendorHash = "sha256-Pm5RNOx54IW7L9atfVTiMkvvzFt7yjqnYu99YiWFhPA=";

  subPackages = [
    "."