cue: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2024-10-23 01:56:27 +00:00
parent ee8bdf4f09
commit 56574a05ed
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cue";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
rev = "v${version}";
hash = "sha256-GvReoBP8QCdrKxox8yPLZEk5YvTvwr7kflpS/jN8GTg=";
hash = "sha256-CwPD+JUoKcs0HqWuZYH2c8AdwK6X0SS3aNGpkcPZ4C4=";
};
vendorHash = "sha256-sLTpra7JwgF4l1UCrUtzQA4xrP4OqxBcZ1qEssBdFtk=";