summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 12:15:08 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-30 12:15:08 -0700
commitb78424c386e4cc82125b3e59eb3fec5d4c8ce7d6 (patch)
treeff558dfe52926754d83580fd92347c4f012398d2 /pkgs/applications
parente6a37e3ce4eb7ab711bae565c84e7a9900e8963f (diff)
downloadnixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar.gz
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar.bz2
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar.lz
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar.xz
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.tar.zst
nixpkgs-b78424c386e4cc82125b3e59eb3fec5d4c8ce7d6.zip
pulseeffects: 4.2.8 -> 4.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pulseeffects
Diffstat (limited to 'pkgs/applications')
-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 313f737cd42..11eea900423 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -43,13 +43,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   name = "pulseeffects-${version}";
-  version = "4.2.8";
+  version = "4.3.1";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "0ckl0640n6lhk0gcmnmwngajkf46rrd8bxfh7xy5sq6qmm01dhdd";
+    sha256 = "0qx5fc0kbxxwf9g0y6kf9myzl20s4cn725byzppjnqlbp4fpzqk9";
   };
 
   nativeBuildInputs = [