about summary refs log tree commit diff
path: root/pkgs/applications/misc/mediaelch
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2023-07-02 18:30:33 +0200
committerFelix Buehler <account@buehler.rocks>2023-07-03 20:58:00 +0200
commit17a6a914bb8bd301a05db4ef894e622f653f60ee (patch)
tree6eb233aa6398ecc13f8500e6c39088e96b53aae5 /pkgs/applications/misc/mediaelch
parent0e7a61c903290abde9503d5976b1d299d9329327 (diff)
mediaelch: 2.10.0 -> 2.10.2
Diffstat (limited to 'pkgs/applications/misc/mediaelch')
-rw-r--r--pkgs/applications/misc/mediaelch/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/misc/mediaelch/default.nix b/pkgs/applications/misc/mediaelch/default.nix
index 1024ba8d9a0a0..5fe369a394dc3 100644
--- a/pkgs/applications/misc/mediaelch/default.nix
+++ b/pkgs/applications/misc/mediaelch/default.nix
@@ -24,25 +24,16 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mediaelch";
-  version = "2.10.0";
+  version = "2.10.2";
 
   src = fetchFromGitHub {
     owner = "Komet";
     repo = "MediaElch";
     rev = "v${version}";
-    sha256 = "sha256-hipOOG+ibfsJZKLcnB6a5+OOvSs4WUdpEY+RiVKJc+k=";
+    sha256 = "sha256-y8NXBPShmhp0QiuSbVA2JvZrv70Z76Kmdw+RuBnMtPY=";
     fetchSubmodules = true;
   };
 
-  patches = [
-    # https://github.com/Komet/MediaElch/issues/1557
-    # build: Fix build issue with Qt 6.5 on macOS (also other platforms)
-    (fetchpatch {
-      url = "https://github.com/Komet/MediaElch/commit/872b21decf95d70073400bedbe1ad183a8267791.patch";
-      hash = "sha256-D1Ui5xg5cpvNX4IHfXQ7wN9I7Y3SuPFOWxWidcAlLEA=";
-    })
-  ];
-
   nativeBuildInputs = [
     cmake
     qttools