We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c07eb commit 4f06179Copy full SHA for 4f06179
.flake/pkgs/realm.nix
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
23
src = fetchFromGitHub {
24
owner = "StanfordLegion";
25
repo = "realm";
26
- rev = "9de4b38680995b726bb8a43264a2d2a9870e1f1c";
27
- sha256 = "sha256-eDfhE/2CMel4z9RCbXMtCpa9hppXKtYxzcHcYurJd1g=";
+ rev = "d6ff2425eebc4910f43c192666f85ef23d1b33db";
+ sha256 = "sha256-r9M/UzJ0OtIkHyNCNPhJZzQJ0qIRYyjaBy7NQB2i1L4=";
28
};
29
30
nativeBuildInputs = [
0 commit comments