Merge pull request #306916 from eclairevoyant/rtaudio-disable-nixpkgs-update

rtaudio: disable nixpkgs-update
This commit is contained in:
Aleksana 2024-04-26 16:38:54 +08:00 committed by GitHub
commit c45a7f3440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
pname = "rtaudio";
version = "5.2.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "thestk";
repo = "rtaudio";