mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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 {
|
||||
pname = "${passthru.prettyName}-unwrapped";
|
||||
# nixpkgs-update: no auto update
|
||||
version = "unstable-2023-03-20";
|
||||
version = "unstable-2023-05-17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "open-watcom";
|
||||
repo = "open-watcom-v2";
|
||||
rev = "d9181a345b9301a64380eb40d78c74c197a3fa1e";
|
||||
sha256 = "sha256-2kT4OZJk6m6Z/XN2q17jXJPgAG4nD2U1+J5CZl4+tAs=";
|
||||
rev = "4053c858ac1f83a186704434bd16b6a6b8f4cf88";
|
||||
sha256 = "sha256-o+cA5kqPow+ERCeWdA3UNKawF+EjuL87lPXUjFT/D1w=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user