pulseeffects-legacy: 4.8.7 -> 4.8.7-unstable-2024-09-17

This commit is contained in:
Tibso
2025-01-12 19:02:37 +01:00
parent 2b909d5448
commit 8ab6ca7705
@@ -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 = [