Unverified Commit 01547c0b authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

sidplayfp: 2.16.0 -> 2.16.1 (#491547)

parents c2d54156 a8f7e2bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sidplayfp";
  version = "2.16.0";
  version = "2.16.1";

  src = fetchFromGitHub {
    owner = "libsidplayfp";
    repo = "sidplayfp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-IZFF3ft04+wweknX2iQ+pyuqkogxcVB1aUYiOWLSAVU=";
    hash = "sha256-W9RuAUlnMMG/ihUxM5wvFDJz0x+6Syk+8ux+dx0Bnw8=";
  };

  strictDeps = true;