Merge pull request #318295 from r-ryantm/auto-update/rsgain

rsgain: 3.5 -> 3.5.1
This commit is contained in:
Leona Maroni 2024-06-08 19:03:57 +02:00 committed by GitHub
commit b924370a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "rsgain";
version = "3.5";
version = "3.5.1";
src = fetchFromGitHub {
owner = "complexlogic";
repo = "rsgain";
rev = "v${version}";
sha256 = "sha256-qIRtdgfGDNbZk9TQ3GC3lYetRqjOk8QPhAb4MuFuN0U=";
sha256 = "sha256-33ezojvCYAvxmUWzLxes3nUpK4iIWjlXsVSi+q7xeGU=";
};
cmakeFlags = ["-DCMAKE_BUILD_TYPE='Release'"];