open-watcom-v2-unwrapped: unstable-2022-08-02 -> unstable-2022-10-03
This commit is contained in:
parent
5f53dac66a
commit
25b7035513
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "${passthru.prettyName}-unwrapped";
|
pname = "${passthru.prettyName}-unwrapped";
|
||||||
version = "unstable-2022-08-02";
|
version = "unstable-2022-10-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "open-watcom";
|
owner = "open-watcom";
|
||||||
repo = "open-watcom-v2";
|
repo = "open-watcom-v2";
|
||||||
rev = "4bdb73995b871982dd106838296903701ded29c2";
|
rev = "61538429a501a09f369366d832799f2e3b196a02";
|
||||||
sha256 = "sha256-Ay/f+gnj8EklN8T/uP0a+Zji6HEHAoPLdkrSTQaC9Rs=";
|
sha256 = "sha256-YvqRw0klSqOxIuO5QFKjcUp6aRWlO2j3L+T1ekx8SfA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue