elvish: 0.13 -> 0.13.1

This commit is contained in:
AndersonTorres 2020-03-30 22:02:57 -03:00
parent 4aaa18b64b
commit eb74fa912d

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