From 43da3da1a0ccb67238eb0ae279d176b05e1b3186 Mon Sep 17 00:00:00 2001 From: Christoph Neidahl Date: Thu, 25 May 2023 21:15:50 +0200 Subject: [PATCH] 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 --- pkgs/development/compilers/open-watcom/v2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/open-watcom/v2.nix b/pkgs/development/compilers/open-watcom/v2.nix index 68961350e3ae..481c8dabb2d3 100644 --- a/pkgs/development/compilers/open-watcom/v2.nix +++ b/pkgs/development/compilers/open-watcom/v2.nix @@ -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 = ''