3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #87960 from eonpatapon/cue-0.1.2

cue: 0.1.1 -> 0.1.2
This commit is contained in:
lewo 2020-05-17 10:39:28 +02:00 committed by GitHub
commit eeb14812ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "cue";
version = "0.1.1";
version = "0.1.2";
src = fetchgit {
url = "https://cue.googlesource.com/cue";
rev = "v${version}";
sha256 = "1qbnm3qb8jz9bljw2gb5bb9g41s5lbq4xvcaj3zgi4fc3708hlji";
sha256 = "0pmw7gnh4z5sbri8464rpwp3hbrz23zwig82nk9wdjkg1qahyy13";
};
vendorSha256 = "12w2rxp0s3i1ck0qvp2dkg9kk6pyymycdfnfxggcyg4fjshh8afg";
@ -24,4 +24,4 @@ buildGoModule rec {
maintainers = with stdenv.lib.maintainers; [ solson ];
license = stdenv.lib.licenses.asl20;
};
}
}