Skip to content

Commit

Permalink
cue: 0.11.0 -> 0.11.1 (NixOS#366393)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 7af5191 + 25836ec commit 5bd59e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cu/cue/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildGoModule rec {
pname = "cue";
version = "0.11.0";
version = "0.11.1";

src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
rev = "v${version}";
hash = "sha256-OneL29/d+OtOgcbCzl7B+sVsxF/gN2jA/36HthYXiQ0=";
hash = "sha256-CLWPRVrfFQUwoLbZttetuq1T/Gb7vVEcrD7dxMzfgjA=";
};

vendorHash = "sha256-jl8TR1kxame30l7DkfOEioWA9wK/ACTNofiTi++vjuI=";
Expand Down

0 comments on commit 5bd59e4

Please sign in to comment.