kdePackages.mpvqt: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-10-17 11:45:32 +00:00
parent f67841950f
commit 82c532349e

View File

@ -7,14 +7,14 @@
}: }:
mkKdeDerivation rec { mkKdeDerivation rec {
pname = "mpvqt"; pname = "mpvqt";
version = "1.0.0"; version = "1.0.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "libraries"; owner = "libraries";
repo = "mpvqt"; repo = "mpvqt";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-XHiCxH7dJxJamloM2SJbiFHDt8j4rVfv/M9PaBzvgM4="; hash = "sha256-baVTyz3sXfQC7NEO2VoN0bhXpgkKjclwrFN/CLsuoC0=";
}; };
extraBuildInputs = [ qtdeclarative ]; extraBuildInputs = [ qtdeclarative ];