From 7127ce9b853bde56b1e79bb8c7fe11e2dcf362ea Mon Sep 17 00:00:00 2001 From: kashw2 Date: Sat, 9 Sep 2023 11:56:34 +1000 Subject: [PATCH] haruna: 0.12.0 -> 0.12.1 --- pkgs/applications/video/haruna/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/haruna/default.nix b/pkgs/applications/video/haruna/default.nix index f07a7b42855f..2d50099141d6 100644 --- a/pkgs/applications/video/haruna/default.nix +++ b/pkgs/applications/video/haruna/default.nix @@ -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 ]; }; }