Commit bd7e78a8 authored by R. RyanTM's avatar R. RyanTM
Browse files

fsuae: 3.1.66 -> 3.2.35

parent 790c3731
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fs-uae";
  version = "3.1.66";
  version = "3.2.35";

  src = fetchFromGitHub {
    owner = "FrodeSolheim";
    repo = "fs-uae";
    rev = "v${finalAttrs.version}";
    hash = "sha256-zPVRPazelmNaxcoCStB0j9b9qwQDTgv3O7Bg3VlW9ys=";
    hash = "sha256-e+Q+PC6Kpq3OBKsgoRvmu2p9dQfJeRCdFO1agXIGcU8=";
  };

  nativeBuildInputs = [