libaribcaption: 1.1.1 -> 1.1.2 (#545544)

This commit is contained in:
Masum Reza
2026-07-25 10:48:44 +00:00
committed by GitHub

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libaribcaption";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "xqq";
repo = "libaribcaption";
rev = "v${finalAttrs.version}";
hash = "sha256-x6l0ZrTktSsqfDLVRXpQtUOruhfc8RF3yT991UVZiKA=";
hash = "sha256-y2POfwIcn3Fs3h7aoEYJo6IjRZNKqwDPbV3LHwPdYT8=";
};
nativeBuildInputs = [ cmake ];