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

opentrack: 2026.1.0-unstable-2026-03-16 -> 2026.1.0-unstable-2026-03-25 (#503921)

parents 109b2e00 3611f04f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "opentrack";
  version = "2026.1.0-unstable-2026-03-16";
  version = "2026.1.0-unstable-2026-03-25";

  src = fetchFromGitHub {
    owner = "opentrack";
    repo = "opentrack";
    rev = "1432fee95d7c7f7b44384d2cd007dae96ea8df56";
    hash = "sha256-/EhKoApMOS0+G/TDO9r7tfPVd7pKXLGZxdAGZUIcSTw=";
    rev = "ffd7eb0fab60b9c0b9998fb84e3c8653afdd573f";
    hash = "sha256-ABvggZ53l8PNunFFOYLgpRliM0naz2o+YqKYbA1vd3s=";
  };

  aruco = callPackage ./aruco.nix { };