ares: 144 -> 145 (#424706)

This commit is contained in:
Paul Meyer 2025-07-16 09:03:35 +02:00 committed by GitHub
commit e26962fddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ares";
version = "144";
version = "145";
src = fetchFromGitHub {
owner = "ares-emulator";
repo = "ares";
tag = "v${finalAttrs.version}";
hash = "sha256-BpVyPdtsIUstLVf/HGO6vcAlLgJP5SgJbZtqEV/uJ2g=";
hash = "sha256-es+K5+qlK7FcJCFEIMcOsXCZSnoXEEmtS0yhpCvaILM";
};
nativeBuildInputs =