opentrack: 2026.1.0-unstable-2026-03-16 -> 2026.1.0-unstable-2026-03-25

This commit is contained in:
R. Ryantm
2026-03-27 01:42:55 +00:00
parent ca19b8723a
commit 3611f04f44
+3 -3
View File
@@ -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 { };