summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 06:18:52 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 06:18:52 -0700
commit8eba6994e22c58adfeaac48041558d71c1fd4155 (patch)
treec0119d95484506439f7eea63f30f186dc431e309 /pkgs/applications/audio/pulseeffects
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar.gz
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar.bz2
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar.lz
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar.xz
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.tar.zst
nixlib-8eba6994e22c58adfeaac48041558d71c1fd4155.zip
pulseeffects: 4.3.4 -> 4.3.5
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 46d4f971420a..b055a520be04 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.4";
+  version = "4.3.5";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "0gyyqxfmmp6hbwc10i48sxrgdxansm3vsbwgc6rh89clxwcnfiml";
+    sha256 = "01jxkz4s3m8cqsn6wcbrw7bzr7sr7hqsp9950018riilpni7k4bd";
   };
 
   nativeBuildInputs = [