Merge pull request #232724 from r-ryantm/auto-update/easyeffects

easyeffects: 7.0.3 -> 7.0.4

authored by

Weijia Wang and committed by
GitHub
57cfe3e0 67d59d6e

+2 -2
+2 -2
pkgs/applications/audio/easyeffects/default.nix
··· 37 37 38 38 stdenv.mkDerivation rec { 39 39 pname = "easyeffects"; 40 - version = "7.0.3"; 40 + version = "7.0.4"; 41 41 42 42 src = fetchFromGitHub { 43 43 owner = "wwmm"; 44 44 repo = "easyeffects"; 45 45 rev = "v${version}"; 46 - sha256 = "sha256-vHswNRu4JrW95nZaEBs95exUqslO0dyIr41E1gJhHow="; 46 + sha256 = "sha256-JaqwzCWVnvFzzGHnmzYwe3occ9iw7s9xCH54eVKEuOs="; 47 47 }; 48 48 49 49 nativeBuildInputs = [