Unverified Commit ce5afd22 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278793 from r-ryantm/auto-update/sidplayfp

sidplayfp: 2.5.1 -> 2.6.0
parents a21bc256 a870e5da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sidplayfp";
  version = "2.5.1";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "libsidplayfp";
    repo = "sidplayfp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-oV7ZPWgMEsNlsF2OoOvf7Ah5ZLcVkIDyC+PrPIJGyzQ=";
    hash = "sha256-4SiIfJ/5l/Vf/trt6+XNJbnPvUypZ2yPBCagTcBXrvk=";
  };

  strictDeps = true;