cue: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-02-12 17:59:22 +00:00 committed by Yaya
parent 8e628a80a1
commit 06e6a7f4e5

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "cue";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
rev = "v${version}";
hash = "sha256-L2KEOnUmQ6K+VtyJEha0LBWPVt+FqNh94gi3cMg82x0=";
hash = "sha256-x8DXAKrkqrZE6mxkIfjMhxZBnFbQnqWhmrvjrFjnQuc=";
};
vendorHash = "sha256-Eq51sydt2eu3pSCRjepvxpU01T0vr0axx9XEk34db28=";