Skip to content

Commit

Permalink
[nix] bump spike to 2024-07-25 HEAD
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Jul 27, 2024
1 parent 34f6dd6 commit c091ac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/pkgs/libspike.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, dtc, fetchFromGitHub }:

stdenv.mkDerivation {
version = "unstable-2024-02-20";
version = "unstable-2024-07-25";
pname = "libspike";

env.cmakeConfig = ''
Expand All @@ -20,8 +20,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "riscv";
repo = "riscv-isa-sim";
rev = "a22119e562c4185275a10eb11ca4ba568d09a570";
sha256 = "sha256-FR+so/kFbdSdlAQ6/P4WlD+wr18R4LXCwaNSTlki8mk=";
rev = "4703ad98bf4c247a0841a6d7254357b14a97ff29";
hash = "sha256-pf/Ma5JqzThvSIBxiTi7orfuxWguky46cmYgwqiitnU=";
};
configureFlags = [
"--enable-commitlog"
Expand Down

0 comments on commit c091ac3

Please sign in to comment.