summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 01:43:41 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-20 01:43:41 -0700
commitfcadb6a1a1496b4176575c148b12c350ba71d861 (patch)
tree42ee86b7ca330376f62998c15cbb78684de72171 /pkgs/applications/audio/pulseeffects/default.nix
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar.gz
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar.bz2
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar.lz
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar.xz
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.tar.zst
nixpkgs-fcadb6a1a1496b4176575c148b12c350ba71d861.zip
pulseeffects: 4.6.5 -> 4.6.6
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/default.nix')
-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 0a4c9bebde7..83fb17189e1 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -47,13 +47,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-  version = "4.6.5";
+  version = "4.6.6";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "11ihr29szpqlk9wkscns00ijihyvn5659bj1p7r1ixwgfv708apq";
+    sha256 = "15w1kc1b0i8wrkrbfzrvcscanxvcsz336bfyi1awb1lbclvd3sf4";
   };
 
   nativeBuildInputs = [