Unverified Commit f1250bf1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

wf-recorder 0.5.0 -> 0.6.0 (#463806)

parents 08c46fe7 c33cbbb4
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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