cue: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-04-03 12:38:59 +00:00
parent 33fcd9cff8
commit 976ef0d9ce

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cue";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
rev = "v${version}";
hash = "sha256-7gn8/35rpbyzSP4ZM21ig6Wsq5Tp18x1Ex/IVb2iE7k=";
hash = "sha256-0HNE7NzTdq1bXj9tBZvBQ3m6Q5iuyAMKMOz0kyOJi7w=";
};
vendorHash = "sha256-0OZtKIDdEnQLnSj109EpGvaZvMIy7gPAZ+weHzYKGSg=";