open-watcom-v2-unwrapped: unstable-2023-11-24 -> 0-unstable-2023-11-24

This commit is contained in:
OPNA2608 2024-02-07 17:48:18 +01:00
parent 9283efe757
commit 5c85ae0bac

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "${passthru.prettyName}-unwrapped";
# nixpkgs-update: no auto update
version = "unstable-2023-11-24";
version = "0-unstable-2023-11-24";
src = fetchFromGitHub {
owner = "open-watcom";
@ -89,6 +89,8 @@ stdenv.mkDerivation rec {
prettyName = "open-watcom-v2";
updateScript = unstableGitUpdater {
url = "https://github.com/open-watcom/open-watcom-v2.git";
# no numerical releases, monthly "YYYY-MM-DD-Build" tags and daily "Current-build", "Last-CI-build" & "Coverity-scan" retagging
hardcodeZeroVersion = true;
};
};