We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bfed6 commit 28ecfd2Copy full SHA for 28ecfd2
.flake/pkgs/legion.nix
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
23
src = fetchFromGitLab {
24
owner = "StanfordLegion";
25
repo = "legion";
26
- rev = "6a73299fa6c8d8c0e5bdb19282214a39ff0aa143";
27
- sha256 = "sha256-LkL/j35jSoPv4zYZuebTzVhwAVX0GXxDzQa1SDgepks=";
+ rev = "9f7cfec4e73be59f4415a2979774c906bc95d6bb";
+ sha256 = "sha256-khbg0Jrizu4wEZzP59ADJQAUuemVNXSOryXrBvmLx1Q=";
28
};
29
30
nativeBuildInputs = [
deps/legion
0 commit comments