haruna: 0.12.0 -> 0.12.1

This commit is contained in:
kashw2 2023-09-09 11:56:34 +10:00
parent 24b3f82bc2
commit 7127ce9b85

View File

@ -26,13 +26,13 @@
mkDerivation rec {
pname = "haruna";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitLab {
owner = "multimedia";
repo = "haruna";
rev = "v${version}";
hash = "sha256-NWV3DSQkgH4cqNnHipg4S3Nf5aEVdRzD0oT8a2OyCu4=";
hash = "sha256-x3tgH2eoLVELQKbgNLvJPGQsay8iOfMY/BGLOEov3OM=";
domain = "invent.kde.org";
};
@ -73,6 +73,6 @@ mkDerivation rec {
homepage = "https://invent.kde.org/multimedia/haruna";
description = "Open source video player built with Qt/QML and libmpv";
license = with licenses; [ bsd3 cc-by-40 cc-by-sa-40 cc0 gpl2Plus gpl3Plus wtfpl ];
maintainers = with maintainers; [ jojosch ];
maintainers = with maintainers; [ jojosch kashw2 ];
};
}