summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-31 14:12:20 +0700
committerGitHub <noreply@github.com>2021-07-31 14:12:20 +0700
commit83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1 (patch)
treeccc8394246e85d727ee4a0885619025c7289e352 /pkgs/applications/audio
parent56b2d30af9e13a4b3519a961b05f95c169cac14a (diff)
parentbc32030066d09589203afa751cfe23d4a81e4eab (diff)
downloadnixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar.gz
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar.bz2
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar.lz
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar.xz
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.tar.zst
nixpkgs-83ef9f3f8e2c3c07e605c8a4b139cf0b0f30f2c1.zip
Merge pull request #132178 from Kranzes/bump-easyeffects
easyeffects: 6.0.0 -> 6.0.3
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/easyeffects/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/easyeffects/default.nix b/pkgs/applications/audio/easyeffects/default.nix
index ee4d16d6b36..1e85d57c3f7 100644
--- a/pkgs/applications/audio/easyeffects/default.nix
+++ b/pkgs/applications/audio/easyeffects/default.nix
@@ -32,13 +32,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyeffects";
-  version = "6.0.0";
+  version = "6.0.3";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "easyeffects";
     rev = "v${version}";
-    hash = "sha256:1m3jamnhgpx3z51nfc8xg7adhf5x7dirvw0wf129hzxx4fjl7rch";
+    sha256 = "sha256-GzqPC/m/HMthLMamhJ4EXX6fxZYscdX1QmXgqHOPEcg=";
   };
 
   nativeBuildInputs = [