jack-link: 0.2.6 -> 0.2.7

This commit is contained in:
R. Ryantm
2026-05-17 00:42:20 +00:00
parent 71169b1079
commit 5ce0484d36
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jack-link";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "rncbc";
repo = "jack_link";
tag = "v${finalAttrs.version}";
hash = "sha256-mZ74nkiAQHkJAZYHTsNcQnrisaUIyHwEDUbrvOL6CAU=";
hash = "sha256-FaFFKcTB70UDWtst7A2JeqzSgVGDkkaRhZS3II56ndU=";
fetchSubmodules = true;
};