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

opentrack: 2026.1.0-unstable-2026-03-05 -> 2026.1.0-unstable-2026-03-16 (#500905)

parents d4c4bdab 543eba37
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-05";
  version = "2026.1.0-unstable-2026-03-16";

  src = fetchFromGitHub {
    owner = "opentrack";
    repo = "opentrack";
    rev = "0c6cb21e2eb59739791e9e6f59f9eabc64085181";
    hash = "sha256-U2kCZl7jpg2srsp82nNGhdeVA6sfwU5jZS9TPG5wE/U=";
    rev = "1432fee95d7c7f7b44384d2cd007dae96ea8df56";
    hash = "sha256-/EhKoApMOS0+G/TDO9r7tfPVd7pKXLGZxdAGZUIcSTw=";
  };

  aruco = callPackage ./aruco.nix { };