forked from mirrors/nixpkgs
open-watcom-v2-unwrapped: unstable-2023-03-20 -> unstable-2023-05-17 (#230544)
* open-watcom-v2-unwrapped: unstable-2023-03-20 -> unstable-2023-05-07 * open-watcom-v2-unwrapped: unstable-2023-05-07 -> unstable-2023-05-17
This commit is contained in:
parent
0b2c60750b
commit
43da3da1a0
|
@ -13,13 +13,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "${passthru.prettyName}-unwrapped";
|
pname = "${passthru.prettyName}-unwrapped";
|
||||||
# nixpkgs-update: no auto update
|
# nixpkgs-update: no auto update
|
||||||
version = "unstable-2023-03-20";
|
version = "unstable-2023-05-17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "open-watcom";
|
owner = "open-watcom";
|
||||||
repo = "open-watcom-v2";
|
repo = "open-watcom-v2";
|
||||||
rev = "d9181a345b9301a64380eb40d78c74c197a3fa1e";
|
rev = "4053c858ac1f83a186704434bd16b6a6b8f4cf88";
|
||||||
sha256 = "sha256-2kT4OZJk6m6Z/XN2q17jXJPgAG4nD2U1+J5CZl4+tAs=";
|
sha256 = "sha256-o+cA5kqPow+ERCeWdA3UNKawF+EjuL87lPXUjFT/D1w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue