rsgain: 3.5.2 -> 3.5.3

This commit is contained in:
R. Ryantm 2024-11-17 04:30:57 +00:00
parent cd43d68671
commit f84e55a57b

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "rsgain";
version = "3.5.2";
version = "3.5.3";
src = fetchFromGitHub {
owner = "complexlogic";
repo = "rsgain";
rev = "v${version}";
hash = "sha256-kTvIMsRI99U2ovkN5pC4OUS/bJWpRYSuRcvObvQRnbQ=";
hash = "sha256-4LEvcuP2Eyco3iQvT6rZhbfY02Y70rW2n5PaS+rGDkQ=";
};
nativeBuildInputs = [pkg-config cmake];