pulseeffects: 4.6.8 -> 4.6.9

wip/yesman
R. RyanTM 5 years ago
parent 51ef7c3e49
commit 060405f8db
  1. 4
      pkgs/applications/audio/pulseeffects/default.nix

@ -46,13 +46,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "pulseeffects";
version = "4.6.8";
version = "4.6.9";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "09crsg73mvqdknvh6lczwx16x73zb2vb3m53bsapqiaq4lmwy3qr";
sha256 = "0ag19hvf50ip7z1s8jziy4pm8c72w7qq9zzgb4967l6v17rar4yh";
};
nativeBuildInputs = [

Loading…
Cancel
Save