libajantv2: 17.1.0 -> 17.1.3

This commit is contained in:
R. Ryantm
2025-01-31 13:11:05 +00:00
parent 4e5fe0f593
commit ff755cbeab
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "libajantv2";
version = "17.1.0";
version = "17.1.3";
src = fetchFromGitHub {
owner = "aja-video";
repo = "libajantv2";
rev = "ntv2_${builtins.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-n9j98r1E9E0hv5gA8jCg/eQyqGuyU9JlZYm/zlcTQOo=";
hash = "sha256-7APoPj2LnvdwfuVforoJz0YxKU1WmAgRqIfXao4IZmY=";
};
patches = [
./use-system-mbedtls.patch