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

open-watcom-v2-unwrapped: unstable-2022-04-18 -> unstable-2022-04-21
This commit is contained in:
Ryan Mulligan 2022-04-21 07:32:12 -07:00 committed by GitHub
commit 470af527aa
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-18";
version = "unstable-2022-04-21";
name = "${pname}-unwrapped-${version}";
src = fetchFromGitHub {
owner = "open-watcom";
repo = "open-watcom-v2";
rev = "3e762ff7342f9d82b7d8df54db9558158332ac02";
sha256 = "KMFvLIUqor2wxeO03Uh/jycvnCTOd1ySxYTq4PJ0tHk=";
rev = "bec9e74cdcd048db527ccacc8894493d2ec6e12a";
sha256 = "iJG7+OQYZCRyKO/NXkM3gJjgWRbQk26O+66QaAIJAcc=";
};
postPatch = ''