libdecor: 0.1.1 → 0.2.2

This commit is contained in:
Maxine Aubrey 2024-01-16 23:57:54 +01:00
parent 31b46a3593
commit 43f2bb13b2
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -10,18 +10,19 @@
, cairo
, dbus
, pango
, gtk3
}:
stdenv.mkDerivation rec {
pname = "libdecor";
version = "0.1.1";
version = "0.2.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libdecor";
repo = "libdecor";
rev = version;
hash = "sha256-8b6qCqOSDDbhYwAeAaUyI71tSopTkGtCJaxZaJw1vQQ=";
hash = "sha256-mID19uHXFKJUZtQsSOXjRdz541YVjMxmSHVa+DlkPRc=";
};
outputs = [ "out" "dev" ];
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
cairo
dbus
pango
gtk3
];
meta = with lib; {