Unverified Commit 079310b4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

opentrack: 2024.1.1-unstable-2025-12-16 -> 2026.1.0-unstable-2026-01-03 (#477017)

parents 396b7fee c1e21470
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "opentrack";
  version = "2024.1.1-unstable-2025-12-16";
  version = "2026.1.0-unstable-2026-01-03";

  src = fetchFromGitHub {
    owner = "opentrack";
    repo = "opentrack";
    rev = "32273718b42b80973671ed1883ff74645cf83ca0";
    hash = "sha256-bNhMtxPL0VxpSP7/rYs5dCAAR1EKuBwfDggHo0OZOnA=";
    rev = "0779d3ce9da19d46919e909d0a1a252d67122db9";
    hash = "sha256-n7XCNNXgfwU4q27Q7ss9tgc2Z/tmzcRxUP4chwpPN38=";
  };

  aruco = callPackage ./aruco.nix { };