soundtouch: 2.3.3 -> 2.4.0

R. Ryantm f6b6b316 eb77ff4e

+2 -2
+2 -2
pkgs/by-name/so/soundtouch/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "soundtouch"; 12 - version = "2.3.3"; 12 + version = "2.4.0"; 13 13 14 14 src = fetchFromGitea { 15 15 domain = "codeberg.org"; 16 16 owner = "soundtouch"; 17 17 repo = "soundtouch"; 18 18 rev = version; 19 - hash = "sha256-imeeTj+3gXxoGTuC/13+BAplwcnQ0wRJdSVt7MPlBxc="; 19 + hash = "sha256-7JUBAFURKtPCZrcKqL1rOLdsYMd7kGe7wY0JUl2XPvw="; 20 20 }; 21 21 22 22 nativeBuildInputs = [