Skip to content

Commit

Permalink
update nix files for operon and vstat
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Mar 20, 2024
1 parent 5e7c021 commit eadb2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nix/operon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "heal-research";
repo = "operon";
rev = "afeefb218a79067722b8f27a0676d60d4145c82d";
hash = "sha256-WhoeBHNUMrzFS/pAG851wFBGYyncqbsQ7y1FMxLpoO8=";
rev = "59ea4c147baad463406ed9f315a9031b4eb130b1";
hash = "sha256-bhYlXlFNHzqZ4qOkIo9NImPUgLHSiGWRG+me0tDa2i4=";
};

nativeBuildInputs = [ cmake git ];
Expand Down
4 changes: 2 additions & 2 deletions nix/vstat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "heal-research";
repo = "vstat";
rev = "4ed22ae344c6a2a6e4522ad8b2c40070dd760600";
hash = "sha256-xcQlOU6YLxykNsWnfbobrV0YmT0I3e0itRNrwxkW3jw=";
rev = "06a8f15b22a0da523097f3fe500489c08a3ec086";
hash = "sha256-zlKiMQBKLm66rj7xOWpfugVCbSEAPiHZinWRSeoV/w4=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit eadb2f9

Please sign in to comment.