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 {
|
||||
pname = "libdecor";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "jadahl";
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "libdecor";
|
||||
repo = "libdecor";
|
||||
rev = "${version}";
|
||||
sha256 = "0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
|
||||
hash = "sha256-8b6qCqOSDDbhYwAeAaUyI71tSopTkGtCJaxZaJw1vQQ=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
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";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue