Merge pull request #170224 from r-ryantm/auto-update/open-watcom-v2-unwrapped

open-watcom-v2-unwrapped: unstable-2022-04-23 -> unstable-2022-04-24
This commit is contained in:
Ryan Mulligan 2022-04-29 13:49:22 -07:00 committed by GitHub
commit 86ae338b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "open-watcom-v2";
version = "unstable-2022-04-23";
version = "unstable-2022-04-24";
name = "${pname}-unwrapped-${version}";
src = fetchFromGitHub {
owner = "open-watcom";
repo = "open-watcom-v2";
rev = "3351d37f44eef84fcd428b8b5537cb29a7db22a8";
sha256 = "mSF9xFKJ5AQ+Ds84qMD8xJJ7B9AMujgksxMNzSDzLA4=";
rev = "13fcf849005f8e2f1c072ad727721eeb52d17b39";
sha256 = "Wz9Lbwz00xwes4yiko4RA95QdKOkRHUitAFsCNWhfkw=";
};
postPatch = ''