nix: upgrade go-maven-resolver to v1.1.0
This release adds support for resolving transitive dependencies. https://github.com/status-im/go-maven-resolver/releases/tag/v1.1.0 https://github.com/status-im/go-maven-resolver/pull/5 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a7f9a98f48
commit
c57974d9ff
|
@ -7,8 +7,8 @@ in buildGo114Package rec {
|
|||
version = strings.substring 0 7 rev;
|
||||
owner = "status-im";
|
||||
repo = pname;
|
||||
rev = "v1.0.0";
|
||||
sha256 = "1768mwk1kawrqc72s3yq7k3xbh2z8kn7sfxpxwxdr9cghzwcqcld";
|
||||
rev = "v1.1.0";
|
||||
sha256 = "15i8bkqv0m2pq8hzjy02a44z5xg67c8xcdaj6pc8p7w1m039n6qn";
|
||||
goPackagePath = "github.com/${owner}/${repo}";
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
|
Loading…
Reference in New Issue