lol

Merge pull request #87960 from eonpatapon/cue-0.1.2

cue: 0.1.1 -> 0.1.2

authored by

lewo and committed by
GitHub
eeb14812 bd039e78

+3 -3
+3 -3
pkgs/development/tools/cue/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cue"; 5 - version = "0.1.1"; 5 + version = "0.1.2"; 6 6 7 7 src = fetchgit { 8 8 url = "https://cue.googlesource.com/cue"; 9 9 rev = "v${version}"; 10 - sha256 = "1qbnm3qb8jz9bljw2gb5bb9g41s5lbq4xvcaj3zgi4fc3708hlji"; 10 + sha256 = "0pmw7gnh4z5sbri8464rpwp3hbrz23zwig82nk9wdjkg1qahyy13"; 11 11 }; 12 12 13 13 vendorSha256 = "12w2rxp0s3i1ck0qvp2dkg9kk6pyymycdfnfxggcyg4fjshh8afg"; ··· 24 24 maintainers = with stdenv.lib.maintainers; [ solson ]; 25 25 license = stdenv.lib.licenses.asl20; 26 26 }; 27 - } 27 + }