Merge pull request #200900 from symphorien/pulseffect-legacy-update

pulseeffects-legacy: 4.8.4 -> 4.8.7
This commit is contained in:
Franz Pletz
2022-11-14 11:58:01 +01:00
committed by GitHub

View File

@@ -45,13 +45,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "pulseeffects";
version = "4.8.4";
version = "4.8.7";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "19sndxvszafbd1l2033g2irpx2jrwi5bpbx8r35047wi0z7djiag";
sha256 = "sha256-ldvcA8aTHOgaascH6MF4CzmJ8I2rYOiR0eAkCZzvK/M=";
};
nativeBuildInputs = [