qlipper: 2016-09-26 -> 5.0.0
This commit is contained in:
parent
8286ce1bcf
commit
ea4bb7ca9e
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "qlipper";
|
pname = "qlipper";
|
||||||
version = "2016-09-26";
|
version = "5.0.0";
|
||||||
|
|
||||||
srcs = fetchFromGitHub {
|
srcs = fetchFromGitHub {
|
||||||
owner = "pvanek";
|
owner = "pvanek";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "48754f28fe1050df58f2d9f7cd2becc019e2f486";
|
rev = version;
|
||||||
sha256 = "0s35c08rlfnhp6j1hx5f19034q84ac56cs90wcb3p4spavdnzy2k";
|
sha256 = "1y34vadxxjg2l7021y1rpvb8x6pzhk2sk9p35wfm9inilwi8bg8j";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Cross-platform clipboard history applet";
|
description = "Cross-platform clipboard history applet";
|
||||||
homepage = https://github.com/pvanek/qlipper;
|
homepage = https://github.com/pvanek/qlipper;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ romildo ];
|
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user