Merge pull request #312084 from r-ryantm/auto-update/jacktrip

jacktrip: 2.2.5 -> 2.3.0
This commit is contained in:
Matthias Beyer 2024-05-16 13:47:36 +02:00 committed by GitHub
commit 5f656f2ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
}:
stdenv.mkDerivation rec {
version = "2.2.5";
version = "2.3.0";
pname = "jacktrip";
src = fetchFromGitHub {
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
repo = "jacktrip";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-rZ8oaud+ovJ7t+SGnWe7QbqjQns1EkbbwpdE+rLr6nc=";
sha256 = "sha256-MUP+8Hjrj95D5SONIEsweB5j+kgEhLEWTKWBlEWLt94=";
};
preConfigure = ''