nzportable: 0-unstable-2024-09-11 -> 0-unstable-2025-09-25 (#473579)

This commit is contained in:
Fernando Rodrigues
2025-12-27 15:42:01 +00:00
committed by GitHub
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -5,12 +5,12 @@
}:
stdenvNoCC.mkDerivation {
pname = "nzp-assets";
version = "0-unstable-2024-09-28";
version = "0-unstable-2025-11-25";
src = fetchFromGitHub {
owner = "nzp-team";
repo = "assets";
rev = "4a7b1b787061c1c7c17ab3b59a8e0e0f44c9546f";
rev = "96dd29602d6d8af0cce9208910e7ab68bfc95019";
hash = "sha256-gCTC/76r0ITIDLIph9uivq0ZJGaPUmlBGizdCUxJrng=";
};
+3 -2
View File
@@ -41,12 +41,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nzp-fteqw";
version = "0-unstable-2024-09-11";
version = "0-unstable-2025-09-25";
src = fetchFromGitHub {
owner = "nzp-team";
repo = "fteqw";
rev = "593345a7f03245fc45580ac252857e5db5105033";
rev = "f68a2b547d2dc4bf6886b922baa1bff487cc5038";
hash = "sha256-ANDHh4PKh8fAvbBiiW47l1XeGOCes0Sg595+65NFG6w=";
};
@@ -93,6 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "FTE_TOOL_IMAGE" false)
(lib.cmakeBool "FTE_TOOL_QTV" false)
(lib.cmakeBool "FTE_TOOL_MASTER" false)
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
];
postInstall = ''
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenvNoCC.mkDerivation {
pname = "nzp-quakec";
version = "0-unstable-2024-10-12";
version = "0-unstable-2025-11-26";
src = fetchFromGitHub {
owner = "nzp-team";
repo = "quakec";
rev = "01e95c4dab91ce0e8b7387d2726d9ee307792ae7";
rev = "b1d7fec5a536b088283578866ade2c596f7928d0";
hash = "sha256-h4llx3tzeoI1aHLokM7NqkZJWuo6rcrmWfb0pDQL+zM=";
};