Commit b95c70f5 authored by R. RyanTM's avatar R. RyanTM
Browse files

xenia-canary: 0-unstable-2025-11-10 -> 0-unstable-2025-11-13

parent 5dec4550
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-11-10";
  version = "0-unstable-2025-11-13";

  src = fetchFromGitHub {
    owner = "xenia-canary";
    repo = "xenia-canary";
    fetchSubmodules = true;
    rev = "68b3490c8bdb2a819e80b113457aa16c6634118e";
    hash = "sha256-pUvOUAwF4FdDrQkXKH2zyQmlZ5/lM+7syROWVWhJcX8=";
    rev = "09b9e37c4ff63a46bdf04bb006a6923e7334eb0a";
    hash = "sha256-R24LHFqYeLvUuUJaM4uNVvlsieHsFFN7TcgbDtwK7zQ=";
  };

  dontConfigure = true;