libdecor: 0.1.0 -> 0.1.1
This commit is contained in:
parent
645bc49f34
commit
25a7e7d934
1 changed files with 5 additions and 5 deletions
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libdecor";
|
pname = "libdecor";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "jadahl";
|
owner = "libdecor";
|
||||||
repo = "libdecor";
|
repo = "libdecor";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
|
hash = "sha256-8b6qCqOSDDbhYwAeAaUyI71tSopTkGtCJaxZaJw1vQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://gitlab.gnome.org/jadahl/libdecor";
|
homepage = "https://gitlab.freedesktop.org/libdecor/libdecor";
|
||||||
description = "Client-side decorations library for Wayland clients";
|
description = "Client-side decorations library for Wayland clients";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue