diff options
| author | Jan Tojnar <jtojnar@gmail.com> | 2018-08-12 19:18:46 +0200 |
|---|---|---|
| committer | Jan Tojnar <jtojnar@gmail.com> | 2018-08-12 19:19:47 +0200 |
| commit | e97b49358a1f8692ad4edb9afe73eea8abb721ca (patch) | |
| tree | 47d41bf9a893f8487105bb9c296821ba2777cfda | |
| parent | Merge pull request #44651 from jtojnar/gobby (diff) | |
| download | nixpkgs-e97b49358a1f8692ad4edb9afe73eea8abb721ca.tar.gz | |
pulseeffects: 4.2.3 → 4.2.6
| -rw-r--r-- | pkgs/applications/audio/pulseeffects/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix index 0ee63c204851..f4b799f55207 100644 --- a/pkgs/applications/audio/pulseeffects/default.nix +++ b/pkgs/applications/audio/pulseeffects/default.nix @@ -42,13 +42,13 @@ let ]; in stdenv.mkDerivation rec { name = "pulseeffects-${version}"; - version = "4.2.3"; + version = "4.2.6"; src = fetchFromGitHub { owner = "wwmm"; repo = "pulseeffects"; rev = "v${version}"; - sha256 = "0s3lc0xkr48wzk0b6akq4yw19n0iwfi9jyji8bpdgj5y7kjg5mqm"; + sha256 = "1b5h760bb1wgn4avirjjri5fcfqvnsr076qnhrdiqcic3vgircsm"; }; nativeBuildInputs = [ |
