about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 17:09:24 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 17:09:24 -0800
commit950c515294648a0924447bbe45e4c4e51f7128f5 (patch)
tree002f4be4e3715836c15113a1df71efeda7425cbc /pkgs/applications/audio/pulseeffects
parentd208fa53ebb3bc04afaf1feb48abfcbb3cff5492 (diff)
pulseeffects: 4.3.9 -> 4.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulseeffects/versions
Diffstat (limited to 'pkgs/applications/audio/pulseeffects')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index a5dae1d056074..659c0a71e27f2 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -44,13 +44,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.3.9";
+  version = "4.4.0";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "1vir05hy2n0nk0gaqbn680bx53ixcyi2y0hq4grgm73bbb1jzqq6";
+    sha256 = "0bjzlqyvcp9hxaq07nqr14k9kvan5myaxb7ci30gz0fgayib85lv";
   };
 
   nativeBuildInputs = [