cue: 0.0.15 -> 0.1.0

This commit is contained in:
Jean-Philippe Braun 2020-04-10 19:58:33 +02:00
parent 2400712f96
commit e9a4780766

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "cue";
version = "0.0.15";
version = "0.1.0";
src = fetchgit {
url = "https://cue.googlesource.com/cue";
rev = "v${version}";
sha256 = "0mipzci2zjp6yh4lxg9jrdxn03ska188zg3jl6g1zr8rn0ry274h";
sha256 = "0ndax200vqjb2v6v32s9sl8v961nhgnbkb5i4qww5hd8mn9l0c5s";
};
modSha256 = "04dapx75zwi8cv1pj3c6266znrhwihv3df4izm3gjk34r2i07q6s";
modSha256 = "0n9idgishlp4gaq12kngi42rq9rnkas7g6cj7jpkk8p30c74ki6z";
subPackages = [ "cmd/cue" ];