libaribcaption: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2026-07-25 07:54:53 +00:00
parent e0166b2fe1
commit e51a4d900d
+2 -2
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 ];