Unverified Commit 84eb85f1 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

sdl_gamecontrollerdb: 0-unstable-2025-12-30 -> 0-unstable-2026-01-11 (#480612)

parents 3ecfa4fa b1f54284
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "sdl_gamecontrollerdb";
  version = "0-unstable-2025-12-30";
  version = "0-unstable-2026-01-11";

  src = fetchFromGitHub {
    owner = "mdqinc";
    repo = "SDL_GameControllerDB";
    rev = "01de5cf46ff3679b5378ec7dae365791e632b76a";
    hash = "sha256-O04ruUxYYUCtuP7JAdB4IFFV9Uh4Hhy+fE8Iuai01pY=";
    rev = "65490d3c39825a84f9c2cb4fa9bc359284f37ca2";
    hash = "sha256-v6V5TTmI7PKHU5F82yhyyPdofPegvbbGeqqque+C1hU=";
  };

  dontBuild = true;