1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

kdePackages.mpvqt: 1.0.0 -> 1.0.1 (#349269)

This commit is contained in:
K900 2024-10-17 14:59:32 +03:00 committed by GitHub
commit cbbaea0eae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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