about summary refs log tree commit diff
path: root/pkgs/applications/video/haruna
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-09 11:56:34 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-09 11:56:54 +1000
commit7127ce9b853bde56b1e79bb8c7fe11e2dcf362ea (patch)
treedaf368890a0391e0870222e52286e189e468aeb7 /pkgs/applications/video/haruna
parent24b3f82bc287b8b1c115cb5a590c0afc397a5244 (diff)
haruna: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/applications/video/haruna')
-rw-r--r--pkgs/applications/video/haruna/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/haruna/default.nix b/pkgs/applications/video/haruna/default.nix
index f07a7b42855f7..2d50099141d62 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 ];
   };
 }