Skip to content

Commit bdbe179

Browse files
cue: 0.11.1 -> 0.11.2 (NixOS#375984)
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
2 parents bad0ecf + 696e979 commit bdbe179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cu/cue/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildGoModule rec {
1313
pname = "cue";
14-
version = "0.11.1";
14+
version = "0.11.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "cue-lang";
1818
repo = "cue";
1919
rev = "v${version}";
20-
hash = "sha256-CLWPRVrfFQUwoLbZttetuq1T/Gb7vVEcrD7dxMzfgjA=";
20+
hash = "sha256-OSsDgwjtjQw5YRuXi1K/HQtHyLh1aHtYDlQDAtdYeZM=";
2121
};
2222

2323
vendorHash = "sha256-jl8TR1kxame30l7DkfOEioWA9wK/ACTNofiTi++vjuI=";

0 commit comments

Comments
 (0)