From 39ef72fd6077d31adc17b3f3a5f42dba8cfb8a9a Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Fri, 24 Jul 2026 11:12:49 -0700 Subject: [PATCH] Update Realm to main as of 2026-07-01. --- .flake/pkgs/realm.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.flake/pkgs/realm.nix b/.flake/pkgs/realm.nix index 336b1c050c..f66da107df 100644 --- a/.flake/pkgs/realm.nix +++ b/.flake/pkgs/realm.nix @@ -13,13 +13,13 @@ in stdenv.mkDerivation rec { pname = "realm"; - version = "2026-02-24"; + version = "2026-07-01"; src = fetchFromGitHub { owner = "StanfordLegion"; repo = "realm"; - rev = "42f7484a80e0bdacaf47d9a758822f5327348dd0"; - sha256 = "sha256-IHiokPmTjEV5df3fr1Xubuyt2N1CFI2fA7Q2TsbxS3Y="; + rev = "dba83452d4a211e3a0c0e5d4849c26ce7b56bba3"; + sha256 = "sha256-dLGmUgupDX0dDErZbuP5ipj2Cwf+rOhVGC/+angRyBY="; }; nativeBuildInputs = [