mediaelch-qt6: 2.8.18 -> 2.10.0

This commit is contained in:
R. Ryantm 2023-02-07 01:31:37 +00:00
parent 1bda69b429
commit 0e2512a9ff

View file

@ -23,13 +23,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mediaelch"; pname = "mediaelch";
version = "2.8.18"; version = "2.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Komet"; owner = "Komet";
repo = "MediaElch"; repo = "MediaElch";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9kwU9j8YNF/OmzrQaRAlBpW+t/tIpZJw5+pfEoTmCBA="; sha256 = "sha256-hipOOG+ibfsJZKLcnB6a5+OOvSs4WUdpEY+RiVKJc+k=";
fetchSubmodules = true; fetchSubmodules = true;
}; };