Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-06-04 18:05:40 +00:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -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" ];
+11
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
versionCheckHook,
nixosTests,
@@ -20,6 +21,16 @@ stdenv.mkDerivation (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/miniupnpc";
patches = [
# fix missing include
# remove on next release
(fetchpatch {
url = "https://github.com/miniupnp/miniupnp/commit/e263ab6f56c382e10fed31347ec68095d691a0e8.patch";
hash = "sha256-PHqjruFOcsGT3rdFS/GD3wEvalCmoRY4BtIKFxCjKDw=";
stripLen = 1;
})
];
nativeBuildInputs = [ cmake ];
cmakeFlags = [