Unverified Commit 4f0a8ff6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

lighthouse-steamvr: 1.3.1 -> 1.3.2 (#448321)

parents de77c99c 25bdee96
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "Lighthouse";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "ShayBox";
    repo = "Lighthouse";
    rev = version;
    hash = "sha256-FiS+jB5l5xtFIVISA6+K/jbyJZFPwLvy7G+dA+78kZU=";
    hash = "sha256-GgKY7HDu6e/hpYNOZdcjLvaNfQOZMl+H6CmKTbd1LNE=";
  };

  cargoHash = "sha256-5IrY1ohG5oJF+LvrcHrHYT2nslICQPZptJYrrwMEmwQ=";
  cargoHash = "sha256-oC5HA6diRlRWoeeQQgWR32yxZ2BLyFmKbaSkFBLdrXc=";

  nativeBuildInputs = [ pkg-config ];