mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +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 {
|
||||
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user