Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ares: 132 -> 133

authored by R. Ryantm and committed by Anderson Torres 0c7460e9 1d56444d

+2 -2
+2 -2
pkgs/applications/emulators/bsnes/ares/default.nix
··· 22 22 23 23 stdenv.mkDerivation (finalAttrs: { 24 24 pname = "ares"; 25 - version = "132"; 25 + version = "133"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "ares-emulator"; 29 29 repo = "ares"; 30 30 rev = "v${finalAttrs.version}"; 31 - hash = "sha256-0D7bOv934k1cuP6qNxo0uLp5tSEstI8wm0FEwu6TuUw="; 31 + hash = "sha256-KCpHiIdid5h5CU2uyMOo+p5h50h3Ki5/4mUpdTAPKQA="; 32 32 }; 33 33 34 34 patches = [