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

jacktrip: 2.3.0 -> 2.3.1
This commit is contained in:
Nick Cao 2024-07-27 09:44:04 -04:00 committed by GitHub
commit 48859d3d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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