3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #215033 from r-ryantm/auto-update/mediaelch-qt6

mediaelch-qt6: 2.8.18 -> 2.10.0
This commit is contained in:
Weijia Wang 2023-02-07 05:07:09 +01:00 committed by GitHub
commit fee3a52c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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