Unverified Commit 2beb0d28 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

libsidplayfp: 2.13.1 -> 2.14.0 (#407710)

parents 2042e668 a4854954
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libsidplayfp";
  version = "2.13.1";
  version = "2.14.0";

  src = fetchFromGitHub {
    owner = "libsidplayfp";
    repo = "libsidplayfp";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-gUi7g+TZmF6XgacImVSNc69zpMckjCaqwfidIrrh38U=";
    hash = "sha256-q1cUv4gpzL3wfssP7pWtDfDzFO47+kzpGy4GYLzEM50=";
  };

  outputs = [ "out" ] ++ lib.optionals docSupport [ "doc" ];