jacktrip: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2024-03-20 17:07:00 +00:00
parent 6f8d5811de
commit 5b31589480
+2 -2
View File
@@ -11,7 +11,7 @@
}:
stdenv.mkDerivation rec {
version = "2.2.3";
version = "2.2.4";
pname = "jacktrip";
src = fetchFromGitHub {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
repo = "jacktrip";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-uUmaTqUiih4nVt4Cba77WDt4xGQixsBe3WNavBDanx0=";
sha256 = "sha256-H1zjBNEFPvZRDEaFOiL1ZAlHQsNxeT4WbXEOqg0+eFg=";
};
preConfigure = ''