Unverified Commit 6dc60319 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2024-09-17 (#373241)

parents a5e1c934 8ab6ca77
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -46,15 +46,15 @@ let
    zam-plugins # maximizer
  ];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "pulseeffects";
  version = "4.8.7";
  version = "4.8.7-unstable-2024-09-17";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "pulseeffects";
    rev = "v${version}";
    sha256 = "sha256-ldvcA8aTHOgaascH6MF4CzmJ8I2rYOiR0eAkCZzvK/M=";
    rev = "fbe0a724c1405cee624802f381476cf003dfcfa";
    hash = "sha256-tyVUWc8w08WUnJRTjJVTIiG/YBWTETNYG+4amwEYezY=";
  };

  nativeBuildInputs = [