gopatch: 0.2.0 -> 0.3.0
Diff: https://github.com/uber-go/gopatch/compare/v0.2.0...v0.3.0 Changelog: https://github.com/uber-go/gopatch/blob/v0.3.0/CHANGELOG.md
This commit is contained in:
parent
97e4060597
commit
0563baa02e
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
"."
|
||||
|
|
Loading…
Reference in a new issue