Unverified Commit 83576343 authored by Gavin John's avatar Gavin John
Browse files

envision-unwrapped: 0-0-unstable-2024-09-28 -> unstable-2024-10-20

parent 7dd8cf23
Loading
Loading
Loading
Loading
+13 −10
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ dependencies = [
 "gtk4",
 "lazy_static",
 "libadwaita",
 "libmonado-rs",
 "libmonado",
 "nix",
 "openxr",
 "relm4",
@@ -1155,9 +1155,10 @@ dependencies = [
]

[[package]]
name = "libmonado-rs"
version = "0.1.0"
source = "git+https://github.com/technobaboo/libmonado-rs?rev=6edb1163627d87db9904c57d7ed9dd4dcc7228b7#6edb1163627d87db9904c57d7ed9dd4dcc7228b7"
name = "libmonado"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3978b97bed5d012afccb11af3bcc5ccff35f313ed978116d3dd6ec3eae4d810b"
dependencies = [
 "bindgen",
 "cmake",
@@ -1452,8 +1453,9 @@ dependencies = [

[[package]]
name = "openxr"
version = "0.18.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2d6934d2508f94fd4cbda6c2a326f111f60ce59fd9136df6d478564397dd40"
dependencies = [
 "libc",
 "libloading 0.8.5",
@@ -1463,8 +1465,9 @@ dependencies = [

[[package]]
name = "openxr-sys"
version = "0.10.0"
source = "git+https://github.com/galister/openxrs?rev=af4a55d#af4a55df60125491c80c61464c824219c6019b76"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f10e7e38c47f2175fc39363713b656db899fa0b4a14341029702cbdfa6f44d05"
dependencies = [
 "libc",
]
@@ -1650,9 +1653,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"

[[package]]
name = "relm4"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf0363f92b6a7eefd985b47f27b7ae168dd2fd5cd4013a338c9b111c33744d1f"
checksum = "30837553c1a8cfea1a404c83ec387c5c8ff9358e1060b057c274c5daa5035ad1"
dependencies = [
 "flume",
 "fragile",
+3 −7
Original line number Diff line number Diff line
@@ -31,23 +31,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "envision-unwrapped";
  version = "0-unstable-2024-09-28";
  version = "0-unstable-2024-10-20";

  src = fetchFromGitLab {
    owner = "gabmus";
    repo = "envision";
    rev = "56d500a9f914ce2ddad038223711192e4d1dcbe1";
    hash = "sha256-8wU2sjhH026l6a11XZ5Qdu5x/EbI+ZqwE7AixsYMCFk=";
    rev = "c40a4ad05a8e6ea99eed4a7d7d2098a08686e065";
    hash = "sha256-C/m5Hx52fFyuVI87EmHpe5YqjwDWoyveiXA0sJTt2NQ=";
  };

  strictDeps = true;

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "libmonado-rs-0.1.0" = "sha256-xztevBUaYBm5G3A0ZTb+3GV3g1IAU3SzfSS5BBqfp1Y=";
      "openxr-0.18.0" = "sha256-ktkbhmExstkNJDYM/HYOwAwv3acex7P9SP0KMAOKhQk=";
    };
  };

  nativeBuildInputs = [