mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
kdePackages.mpvqt: 1.0.0 -> 1.0.1
This commit is contained in:
parent
f67841950f
commit
82c532349e
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user