From 16685630aa8f8d1bb17c853e1613c7b9cd84cfc4 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Tue, 14 May 2024 08:14:00 +0200 Subject: [PATCH] open-watcom-v2-unwrapped: 0-unstable-2023-11-24 -> 0-unstable-2024-05-14 --- 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 de4aad453c38..ac529c7de4ef 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 = "0-unstable-2023-11-24"; + version = "0-unstable-2024-05-14"; src = fetchFromGitHub { owner = "open-watcom"; repo = "open-watcom-v2"; - rev = "7976a5c7ca4e856907ccd378c17c71578ad51cb7"; - hash = "sha256-u9ljy4dZRoXKyUqdolxZijpc99TuhKPPlL6xlV3xJXA="; + rev = "d3733a7fca1d02ad91b58b377ecb38e1293889db"; + hash = "sha256-gDrmm7hd07lv0KhkP7Bys5qCuCCH+t/XvlftCYlCyI8="; }; postPatch = ''