mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lxqt.libfm-qt: 0.14.1 -> 2019-09-22
See: https://github.com/lxqt/libfm-qt/pull/472
This commit is contained in:
parent
e83ff7fc94
commit
8256ec72d0
1 changed files with 5 additions and 5 deletions
|
@ -5,14 +5,14 @@
|
|||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "libfm-qt";
|
||||
version = "0.14.1";
|
||||
pname = "libfm-qt-unstable";
|
||||
version = "2019-09-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lxqt";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "00rn5i16h659zyp1dx213nc3jz7rx9phiw71zf6nspxzxsb8w2sc";
|
||||
repo = "libfm-qt";
|
||||
rev = "7c94e9efb996df0602f1f2b34b0216ba9b6df498";
|
||||
sha256 = "1fnli2kh7n4hxmqwcb1n06lyk67d9a2fx6z70gas5jzym7r2h5vw";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue