Skip to content

Commit

Permalink
Bump nixos to 24.05 channel
Browse files Browse the repository at this point in the history
This should fix the verilator build on MacOS
  • Loading branch information
nbdd0121 committed May 24, 2024
1 parent 80dad3c commit fd4322a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description = "lowRISC CIC's Nix Packages and Environments";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";

rust-overlay = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/verible.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verible.override (prev: {
};

fetchAttrs = {
sha256 = "sha256-mLW7gg0+6W/Lt1/Egg0RTFcHvy+DzlHJ3gGOl4D65jE=";
sha256 = "sha256-bKASgc5KftCWtMvJkGA4nweBAtgdnyC9uXIJxPjKYS0=";
};

patches = [];
Expand Down

0 comments on commit fd4322a

Please sign in to comment.