open-watcom-v2-unwrapped: unstable-2022-04-29 -> unstable-2022-05-03
This commit is contained in:
parent
7523edc3e9
commit
11beba2dfc
1 changed files with 3 additions and 3 deletions
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "open-watcom-v2";
|
pname = "open-watcom-v2";
|
||||||
version = "unstable-2022-04-29";
|
version = "unstable-2022-05-03";
|
||||||
name = "${pname}-unwrapped-${version}";
|
name = "${pname}-unwrapped-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "open-watcom";
|
owner = "open-watcom";
|
||||||
repo = "open-watcom-v2";
|
repo = "open-watcom-v2";
|
||||||
rev = "520d9d7025b46b926123257b029b3dbce9a96065";
|
rev = "a927247a40e69261e7d8891b6f002c91450e01f2";
|
||||||
sha256 = "aACkkTzOH8F82GPyySjtb7CGozR8OjgzqZVRiNTiS10=";
|
sha256 = "/CuPNCEoSjxwYL07b07XqnaAeFZGS8NjXBuj+gFCsOA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue