Commit 1b0b8828 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro-core-info: 1.22.0 -> 1.22.2

parent 8ab9a0d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "libretro-core-info";
  version = "1.22.0";
  version = "1.22.2";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "libretro-core-info";
    rev = "v${version}";
    hash = "sha256-LfuBTSGESs0a8UpedQQo8rygk4jSETH2J7BZLua1hvc=";
    hash = "sha256-m3w7czESeKopQtFTJLgAZJwtcXKJAhFhZtZQqQAQXbM=";
  };

  makeFlags = [