pulseeffects: 4.1.6 → 4.1.7

wip/yesman
Jan Tojnar 6 years ago
parent 26bd3e994b
commit 2c65c6a08c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 4
      pkgs/applications/audio/pulseeffects/default.nix

@ -40,13 +40,13 @@ let
];
in stdenv.mkDerivation rec {
name = "pulseeffects-${version}";
version = "4.1.6";
version = "4.1.7";
src = fetchFromGitHub {
owner = "wwmm";
repo = "pulseeffects";
rev = "v${version}";
sha256 = "0fxd1rgf3l667gibd6brfrs8vkq6882w7jql871j5q5ynz1c9j46";
sha256 = "13yj1958jsz76zxi3ag133i4337cicvm5b58l22g2xvbqa5vraq9";
};
nativeBuildInputs = [

Loading…
Cancel
Save