Unverified Commit 45ae193c authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

libsidplayfp: 2.16.0 -> 2.16.1 (#492516)

parents 4950348d 62bb7463
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.16.0";
  version = "2.16.1";

  src = fetchFromGitHub {
    owner = "libsidplayfp";
    repo = "libsidplayfp";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-0eupR9HNhF8TERCtNTH8qx7mohLI7im8btJtByWHoY8=";
    hash = "sha256-gOnLjOw9TN2b0ne7Otm5DZhV/2D1xjLxwnaYilnlBgc=";
  };

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