jacktrip: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2024-03-29 04:56:20 +00:00
parent 8b5339b507
commit 788618e7ac
1 changed files with 2 additions and 2 deletions

View File

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