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