wf-recorder 0.5.0 -> 0.6.0 (#463806)

This commit is contained in:
Aleksana
2025-11-22 14:32:00 +00:00
committed by GitHub
+2 -11
View File
@@ -14,28 +14,19 @@
libpulseaudio,
pipewire,
libgbm,
fetchpatch,
}:
stdenv.mkDerivation rec {
pname = "wf-recorder";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "ammen99";
repo = "wf-recorder";
rev = "v${version}";
hash = "sha256-7/fQOkfAw5v3irD5blJOdq88j0VBrPVQQufdt9wsACk=";
hash = "sha256-CY0pci2LNeQiojyeES5323tN3cYfS3m4pECK85fpn5I=";
};
patches = [
# compile fixes from upstream, remove when they stop applying
(fetchpatch {
url = "https://github.com/ammen99/wf-recorder/commit/560bb92d3ddaeb31d7af77d22d01b0050b45bebe.diff";
sha256 = "sha256-7jbX5k8dh4dWfolMkZXiERuM72zVrkarsamXnd+1YoI=";
})
];
nativeBuildInputs = [
meson
ninja