xrizer and monado version attempts

This commit is contained in:
2025-11-30 16:26:19 -05:00
parent cca2a27d26
commit a0edf5e24b

View File

@ -5,31 +5,38 @@
(final: prev: {
xrizer = prev.xrizer.overrideAttrs (oldAttrs: rec {
src = final.fetchFromGitHub {
owner = "Mr-Zero88";
owner = "ImSapphire";
repo = "xrizer";
rev = "63f6c00";
hash = "sha256-ilPNar7sfdQ5aSeypy5BStEGeVAoXtHw/iWLhqKEsPQ=";
rev = "494617d132c59fceeb10cc70c865b3065e6070c1";
hash = "sha256-D9jLaxWNce8XHfYePyOF2HEmJuDMKhuty+VO0CP8I38=";
};
cargoDeps = prev.rustPackages.rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-Ra0Mxx02E8GIkLLGfnMVQdDAxhdwjmhK3T7XrFpBDus=";
hash = "sha256-tLPwiwKkEBdsRxXgdcTM9TLJeNRZV32W11qUbyCVdHw=";
};
patches = [];
});
monado = prev.monado.overrideAttrs (oldAttrs: rec {
src = final.fetchgit {
url = "https://tangled.org/@matrixfurry.com/monado";
rev = "f689a3cf";
hash = "sha256-WBC+1+01U/2kvHYflqZczRW4rDAcOqsAPalGo8Yg3EI=";
};
# src = fetchFromGitLab {
# domain = "gitlab.freedesktop.org";
# owner = "monado";
# repo = "monado";
# rev = "5c137fe28b232fe460f9b03defa7749adc32ee48";
# hash = "sha256-4P/ejRAitrYn8hXZPaDOcx27utfm+aVLjtqL6JxZYAg=";
# src = final.fetchgit {
# url = "https://tangled.org/@matrixfurry.com/monado";
# rev = "f689a3cf";
# hash = "sha256-WBC+1+01U/2kvHYflqZczRW4rDAcOqsAPalGo8Yg3EI=";
# };
# src = final.fetchFromGitLab {
# domain = "gitlab.freedesktop.org";
# owner = "xantoz";
# repo = "monado";
# rev = "d1474046";
# hash = "sha256-c53oZMC0v74T9vGA+Bg+O4Eqr8VJviaM6/wS0kMo+84=";
# };
src = final.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "monado";
repo = "monado";
rev = "61d59ca7";
hash = "sha256-JjlKHXd1SD9M8OpgFERZCvAhM0eMxjME96YU38DlKNw=";
};
patches = [];
});
})