labwc: 0.6.0 -> 0.6.1
This commit is contained in:
parent
aaafff2175
commit
b6a8a230db
1 changed files with 5 additions and 4 deletions
|
@ -23,15 +23,15 @@
|
||||||
let
|
let
|
||||||
wlroots = wlroots_0_16;
|
wlroots = wlroots_0_16;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (self: {
|
||||||
pname = "labwc";
|
pname = "labwc";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "labwc";
|
owner = "labwc";
|
||||||
repo = "labwc";
|
repo = "labwc";
|
||||||
rev = finalAttrs.version;
|
rev = self.version;
|
||||||
hash = "sha256-P1hKYTW++dpV3kdmI5nBGun080gVTrKzi2WOJKR84j4=";
|
hash = "sha256-PfvtNbSAz1vt0+ko4zRPyRRN+lhQoA2kJ2xoJy5o4So=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/labwc/labwc";
|
homepage = "https://github.com/labwc/labwc";
|
||||||
description = "A Wayland stacking compositor, similar to Openbox";
|
description = "A Wayland stacking compositor, similar to Openbox";
|
||||||
|
changelog = "https://raw.githubusercontent.com/labwc/labwc/${self.version}/NEWS.md";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
inherit (wayland.meta) platforms;
|
inherit (wayland.meta) platforms;
|
||||||
|
|
Loading…
Reference in a new issue