pulseeffects: 4.3.3 → 4.3.4

This commit is contained in:
Jan Tojnar 2018-09-01 19:02:51 +02:00
parent bae886a951
commit ffcf8dcee7
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -43,13 +43,13 @@ let
];
in stdenv.mkDerivation rec {
name = "pulseeffects-${version}";
version = "4.3.3";
version = "4.3.4";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "1krfxvwqimfcsv7f2l722ivzz0qdf5h0pmb702mg65qb160zn065";
sha256 = "0gyyqxfmmp6hbwc10i48sxrgdxansm3vsbwgc6rh89clxwcnfiml";
};
nativeBuildInputs = [