Merge pull request #241139 from Stunkymonkey/mediaelch-2.10.2

mediaelch: 2.10.0 -> 2.10.2

authored by

Nick Cao and committed by
GitHub
c50ebd05 75b33efd

+2 -11
+2 -11
pkgs/applications/misc/mediaelch/default.nix
··· 24 24 in 25 25 stdenv.mkDerivation rec { 26 26 pname = "mediaelch"; 27 - version = "2.10.0"; 27 + version = "2.10.2"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "Komet"; 31 31 repo = "MediaElch"; 32 32 rev = "v${version}"; 33 - sha256 = "sha256-hipOOG+ibfsJZKLcnB6a5+OOvSs4WUdpEY+RiVKJc+k="; 33 + sha256 = "sha256-y8NXBPShmhp0QiuSbVA2JvZrv70Z76Kmdw+RuBnMtPY="; 34 34 fetchSubmodules = true; 35 35 }; 36 - 37 - patches = [ 38 - # https://github.com/Komet/MediaElch/issues/1557 39 - # build: Fix build issue with Qt 6.5 on macOS (also other platforms) 40 - (fetchpatch { 41 - url = "https://github.com/Komet/MediaElch/commit/872b21decf95d70073400bedbe1ad183a8267791.patch"; 42 - hash = "sha256-D1Ui5xg5cpvNX4IHfXQ7wN9I7Y3SuPFOWxWidcAlLEA="; 43 - }) 44 - ]; 45 36 46 37 nativeBuildInputs = [ 47 38 cmake