Merge pull request #208394 from r-ryantm/auto-update/ares

ares: 130.1 -> 131
This commit is contained in:
Anderson Torres 2022-12-30 17:01:48 -03:00 committed by GitHub
commit a34638414d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ares";
version = "130.1";
version = "131";
src = fetchFromGitHub {
owner = "ares-emulator";
repo = "ares";
rev = "v${finalAttrs.version}";
hash = "sha256-q2wDpbNaDyKPBL20FDaHScKQEJYstlQdJ4CzbRoSPlk=";
hash = "sha256-gex53bh/175/i0cMimcPO26C6cxqQGPo4sp2bxh1sAw=";
};
patches = [