opentrack: 2026.1.0-unstable-2026-01-24 -> 2026.1.0-unstable-2026-03-05

This commit is contained in:
R. Ryantm
2026-03-10 04:56:08 +00:00
parent d858c28ea6
commit ccb25c19f4
+3 -3
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "opentrack";
version = "2026.1.0-unstable-2026-01-24";
version = "2026.1.0-unstable-2026-03-05";
src = fetchFromGitHub {
owner = "opentrack";
repo = "opentrack";
rev = "2d3ab7a61d2514ce51c9656908d33465a788763e";
hash = "sha256-+Xb3zlybQrrc1AiTdYXxDhuFNN7g7u7ryM7da2EJpaY=";
rev = "0c6cb21e2eb59739791e9e6f59f9eabc64085181";
hash = "sha256-U2kCZl7jpg2srsp82nNGhdeVA6sfwU5jZS9TPG5wE/U=";
};
aruco = callPackage ./aruco.nix { };