about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-12-10 21:09:24 +0000
committerGitHub <noreply@github.com>2021-12-10 21:09:24 +0000
commitc0ddb72426475f3300c32b262fa0b133a491538f (patch)
tree4cc2805b25cdd90c8490ce4ccb955adfd88899e5 /pkgs/applications/video
parentd78f228604d51a746c2741963886c0fc18b6db61 (diff)
parente1c5ce0b52dd5e7e39eb7d870341036ec525be75 (diff)
Merge pull request #149553 from jojosch/haruna-0.7.3
haruna: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/haruna/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/haruna/default.nix b/pkgs/applications/video/haruna/default.nix
index a9e87861365cf..5d204e8297a51 100644
--- a/pkgs/applications/video/haruna/default.nix
+++ b/pkgs/applications/video/haruna/default.nix
@@ -27,13 +27,13 @@
 
 mkDerivation rec {
   pname = "haruna";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchFromGitLab {
     owner = "multimedia";
     repo = "haruna";
     rev = "v${version}";
-    sha256 = "sha256-0s4v3YJhSssp2S9mppMXq0AtWXPIaqOYWPmJgKjXjDE=";
+    sha256 = "sha256-pFrmTaRvsqxJw34VULzfjx2k56kJgkB96nJtai2D1wY=";
     domain = "invent.kde.org";
   };