Merge pull request #83823 from AndersonTorres/update-elvish

elvish: 0.13 -> 0.13.1
This commit is contained in:
Mario Rodas 2020-03-31 07:42:05 -05:00 committed by GitHub
commit 6d4b223287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "elvish"; pname = "elvish";
version = "0.13"; version = "0.13.1";
goPackagePath = "github.com/elves/elvish"; goPackagePath = "github.com/elves/elvish";
excludedPackages = [ "website" ]; excludedPackages = [ "website" ];
@ -15,7 +15,7 @@ buildGoModule rec {
owner = "elves"; owner = "elves";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0fprii430p9w8x4wq93iqkgkwi5kypwwlnzgvlcz0mkksayk8bzg"; sha256 = "0lz9lf1swrn67kymcp2wh67lh3c0ifqm9035gpkd3zynlq3wzqfm";
}; };
modSha256 = "13x4wbfj8049ygm3zbgzyr2bm4sq4x6xddrxx6shr8fydlcf1g8v"; modSha256 = "13x4wbfj8049ygm3zbgzyr2bm4sq4x6xddrxx6shr8fydlcf1g8v";