summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 12:03:42 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 12:03:42 -0700
commit9d79d12e6f694fde7912b60eb2d967e3b6a27007 (patch)
treebe4714fb95c5620436da2d120ab1d53429920ebd /pkgs
parentddebab3575e8bd95b23b744156c7f6ab23b563f1 (diff)
downloadnixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar.gz
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar.bz2
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar.lz
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar.xz
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.tar.zst
nixlib-9d79d12e6f694fde7912b60eb2d967e3b6a27007.zip
pulseeffects: 4.3.7 -> 4.3.9
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')
-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 f7463207045d..a5dae1d05607 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.7";
+  version = "4.3.9";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "1x1jnbpbc9snya9k2xq39gssf0k4lnd1hr4cjrnwscg5rqybxqsk";
+    sha256 = "1vir05hy2n0nk0gaqbn680bx53ixcyi2y0hq4grgm73bbb1jzqq6";
   };
 
   nativeBuildInputs = [