GNOME updates 2024-12-19 (#366551)

This commit is contained in:
Bobby Rong 2024-12-23 20:03:00 +08:00 committed by GitHub
commit 605126dd32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 16 additions and 16 deletions

View File

@ -19,14 +19,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "aisleriot";
version = "3.22.33";
version = "3.22.34";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "aisleriot";
rev = finalAttrs.version;
hash = "sha256-HylhDBgkAJrrs/r42v3aDNR8mBJaqnJHyY7T3QW1eWg=";
hash = "sha256-XaEyh1ZXBvW/4tfuQyEFzvnE2Vv7+4lTUfeXoSCMnHM=";
};
nativeBuildInputs = [

View File

@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "gnome-calculator";
version = "47.0";
version = "47.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-calculator/${lib.versions.major version}/gnome-calculator-${version}.tar.xz";
hash = "sha256-3s2yMoO12+70CVG2nq99S4DAw4gN2wGGP58PFVT4mYs=";
hash = "sha256-vp+SJ5m35+ZclzSLm35kf/4zyDG7OlHTniwWjSrcQOA=";
};
nativeBuildInputs = [

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "gnome-contacts";
version = "47.0";
version = "47.1.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-contacts/${lib.versions.major version}/gnome-contacts-${version}.tar.xz";
hash = "sha256-JePG95coGIr6XwzV0L6F3EZ9EttqLZi1SvPfDctCkNA=";
hash = "sha256-R+GuRbcEGgXV4nZJ2RLiwwAlYYisRg7cukaJnGYIpHg=";
};
nativeBuildInputs = [

View File

@ -30,14 +30,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-terminal";
version = "3.54.1";
version = "3.54.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "gnome-terminal";
rev = finalAttrs.version;
hash = "sha256-1Lu/qaeMUL8QvZGIxq2iuI7lfZSB+jMjkI2Jg6qULI0=";
hash = "sha256-81dOdmIwa3OmuUTciTlearqic6bFMfiX1nvoIxJCt/M=";
};
nativeBuildInputs = [

View File

@ -18,7 +18,7 @@
libxml2,
yelp-tools,
docbook_xsl,
docbook_xml_dtd_412,
docbook_xml_dtd_45,
gsettings-desktop-schemas,
unzip,
unicode-character-database,
@ -47,7 +47,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gucharmap";
version = "16.0.1";
version = "16.0.2";
outputs = [
"out"
@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GNOME";
repo = "gucharmap";
rev = finalAttrs.version;
hash = "sha256-eQ27TIggwQ2RjDQO5ytVrUT7iNtbP5HOwMcpzweMW8A=";
hash = "sha256-UaXgQIhAoI27iYWgZuZeO7Lv6J9pj06HPp0SZs/5abM=";
};
strictDeps = true;
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
itstool
gtk-doc
docbook_xsl
docbook_xml_dtd_412
docbook_xml_dtd_45
yelp-tools
libxml2
desktop-file-utils

View File

@ -50,11 +50,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "localsearch";
version = "3.8.1";
version = "3.8.2";
src = fetchurl {
url = "mirror://gnome/sources/localsearch/${lib.versions.majorMinor finalAttrs.version}/localsearch-${finalAttrs.version}.tar.xz";
hash = "sha256-p7JKTweAXfdUOk3QI2hPzeXuaZygDrWwkSOgSdOuzNg=";
hash = "sha256-zaaRlfaEU1eo2RwCNnDv6SI49NE4oe96FAH0WiqEA84=";
};
patches = [

View File

@ -40,7 +40,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nautilus";
version = "47.0";
version = "47.1";
outputs = [
"out"
@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/nautilus/${lib.versions.major finalAttrs.version}/nautilus-${finalAttrs.version}.tar.xz";
hash = "sha256-M0Jkzdntv9le57yq/kQuvtMazKPy2bkPPtow6s/QOHo=";
hash = "sha256-FUUOvHqmHtL65jEwr567uuFM5walR/WUxmu4zKck10w=";
};
patches = [