We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad0ecf + 696e979 commit bdbe179Copy full SHA for bdbe179
pkgs/by-name/cu/cue/package.nix
@@ -11,13 +11,13 @@
11
12
buildGoModule rec {
13
pname = "cue";
14
- version = "0.11.1";
+ version = "0.11.2";
15
16
src = fetchFromGitHub {
17
owner = "cue-lang";
18
repo = "cue";
19
rev = "v${version}";
20
- hash = "sha256-CLWPRVrfFQUwoLbZttetuq1T/Gb7vVEcrD7dxMzfgjA=";
+ hash = "sha256-OSsDgwjtjQw5YRuXi1K/HQtHyLh1aHtYDlQDAtdYeZM=";
21
};
22
23
vendorHash = "sha256-jl8TR1kxame30l7DkfOEioWA9wK/ACTNofiTi++vjuI=";
0 commit comments