Commit 2ff3ed1c authored by R. RyanTM's avatar R. RyanTM
Browse files

xenia-canary: 0-unstable-2025-10-06 -> 0-unstable-2025-10-18

parent 9c1f9dde
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@
}:
llvmPackages_20.stdenv.mkDerivation {
  pname = "xenia-canary";
  version = "0-unstable-2025-10-06";
  version = "0-unstable-2025-10-18";

  src = fetchFromGitHub {
    owner = "xenia-canary";
    repo = "xenia-canary";
    fetchSubmodules = true;
    rev = "703531d541fb9391afed4fbb951db198c9193c28";
    hash = "sha256-xLZBEnSxDhGWGscvE4Ht4wSAnSxY+0wBLAA2MVVobHg=";
    rev = "a1a33b9939e8bc95555bbecafeac97413b73ddea";
    hash = "sha256-2+YOYxmumSHV8gHvKlOGUahcA/p/8drqXqkgy7udVpk=";
  };

  dontConfigure = true;