forked from mirrors/nixpkgs
wdisplays: 2019-10-26 -> 2020-01-12
This commit is contained in:
parent
d453c2f5d8
commit
513482763b
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, gtk3, epoxy, wayland }:
|
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, gtk3, epoxy, wayland }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "wdisplays";
|
pname = "wdisplays-unstable";
|
||||||
version = "2019-10-26-unstable";
|
version = "2020-01-12";
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig ];
|
nativeBuildInputs = [ meson ninja pkgconfig ];
|
||||||
|
|
||||||
|
@ -10,14 +10,14 @@ stdenv.mkDerivation {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cyclopsian";
|
owner = "cyclopsian";
|
||||||
repo = "wdisplays";
|
repo = "wdisplays";
|
||||||
rev = "22669edadb8ff3478bdb51ddc140ef6e61e3d9ef";
|
rev = "ba331cab535318888a562f5a2731d2523b310dac";
|
||||||
sha256 = "127k5i98km6mh8yw4vf8n44b29kc3n0169xpkdh7yr0rhv6n9cdl";
|
sha256 = "0fk3l78hirxdi74iqmq6mxi9daqnxdkbb5a2wfshmr11ic9xixpm";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = let inherit (stdenv) lib; in {
|
meta = let inherit (stdenv) lib; in {
|
||||||
description = "A graphical application for configuring displays in Wayland compositors";
|
description = "A graphical application for configuring displays in Wayland compositors";
|
||||||
homepage = "https://github.com/cyclopsian/wdisplays";
|
homepage = "https://github.com/cyclopsian/wdisplays";
|
||||||
maintainers = [ lib.maintainers.lheckemann ];
|
maintainers = with lib.maintainers; [ lheckemann ma27 ];
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue