lol

open-watcom-v2-unwrapped: 0-unstable-2023-11-24 -> 0-unstable-2024-05-14

OPNA2608 16685630 be4e943d

+3 -3
+3 -3
pkgs/development/compilers/open-watcom/v2.nix
··· 13 13 stdenv.mkDerivation rec { 14 14 pname = "${passthru.prettyName}-unwrapped"; 15 15 # nixpkgs-update: no auto update 16 - version = "0-unstable-2023-11-24"; 16 + version = "0-unstable-2024-05-14"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "open-watcom"; 20 20 repo = "open-watcom-v2"; 21 - rev = "7976a5c7ca4e856907ccd378c17c71578ad51cb7"; 22 - hash = "sha256-u9ljy4dZRoXKyUqdolxZijpc99TuhKPPlL6xlV3xJXA="; 21 + rev = "d3733a7fca1d02ad91b58b377ecb38e1293889db"; 22 + hash = "sha256-gDrmm7hd07lv0KhkP7Bys5qCuCCH+t/XvlftCYlCyI8="; 23 23 }; 24 24 25 25 postPatch = ''