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

easyeffects: 7.1.4 -> 7.1.5

authored by

Martin Weinelt and committed by
GitHub
379e479d 25848529

+2 -2
+2 -2
pkgs/applications/audio/easyeffects/default.nix
··· 41 41 42 42 stdenv.mkDerivation rec { 43 43 pname = "easyeffects"; 44 - version = "7.1.4"; 44 + version = "7.1.5"; 45 45 46 46 src = fetchFromGitHub { 47 47 owner = "wwmm"; 48 48 repo = "easyeffects"; 49 49 rev = "v${version}"; 50 - hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s="; 50 + hash = "sha256-QoH1dOzBtQHQQKA0+eZFX6yOvjRUmUZVxcdpISIpLLk="; 51 51 }; 52 52 53 53 nativeBuildInputs = [