cinnamon-desktop: 6.2.0 -> 6.4.1

https://github.com/linuxmint/cinnamon-desktop/compare/6.2.0...6.4.1
This commit is contained in:
Bobby Rong
2024-12-03 20:48:08 +08:00
parent 8c1957866a
commit cf53922046
+4 -2
View File
@@ -3,6 +3,7 @@
, gobject-introspection
, gtk3
, intltool
, isocodes
, meson
, ninja
, pkg-config
@@ -19,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "6.2.0";
version = "6.4.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-9uewZh0GHQAenTcZpLchgFXSt3vOhxLbaepsJIkjTdI=";
hash = "sha256-YKGVuT28MLcLO9T8ZJqbHqMN0SAn1P1l8JTDBo4n838=";
};
outputs = [ "out" "dev" ];
@@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gdk-pixbuf
isocodes
systemd
xkeyboard_config
xorg.libxkbfile