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:
Jakub Sokołowski 2021-03-02 10:19:33 +01:00
parent a7f9a98f48
commit c57974d9ff
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -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;