Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/by-name/at/at-spi2-core/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

stdenv.mkDerivation rec {
pname = "at-spi2-core";
version = "2.58.0";
version = "2.58.1";

outputs = [
"out"
Expand All @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/at-spi2-core/${lib.versions.majorMinor version}/at-spi2-core-${version}.tar.xz";
hash = "sha256-390zANong6IZaf+t4oiYF/t8GQak75JJfrpllps9q1o=";
hash = "sha256-fzdKajjNcP9LMsnToDEL+oBNlG/tTJ5pp9SfrNy5Xpw=";
};

# TODO apply unconditionally on rebuild
Expand Down
18 changes: 8 additions & 10 deletions pkgs/by-name/dc/dconf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
withDocs ? withIntrospection,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "dconf";
version = "0.40.0";
version = "0.49.0";

outputs = [
"out"
Expand All @@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
++ lib.optional withDocs "devdoc";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0cs5nayg080y8pb9b7qccm1ni8wkicdmqp1jsgc22110r6j24zyg";
url = "mirror://gnome/sources/dconf/${lib.versions.majorMinor finalAttrs.version}/dconf-${finalAttrs.version}.tar.xz";
sha256 = "FqR+SaWBVtu5ZXjhcIMlKZ5MGe6pvhKNW9Ev0JY9bDY=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -79,15 +79,13 @@ stdenv.mkDerivation rec {
!stdenv.hostPlatform.isAarch32 && !stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin;

postPatch = ''
chmod +x meson_post_install.py tests/test-dconf.py
patchShebangs meson_post_install.py
patchShebangs tests/test-dconf.py
chmod +x tests/test-dconf.py tests/shellcheck.sh
patchShebangs tests/test-dconf.py tests/shellcheck.sh
'';

passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
packageName = "dconf";
};
tests = { inherit (nixosTests) dconf; };
};
Expand All @@ -103,4 +101,4 @@ stdenv.mkDerivation rec {
teams = [ teams.gnome ];
mainProgram = "dconf";
};
}
})
4 changes: 2 additions & 2 deletions pkgs/by-name/gi/gi-docgen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "gi-docgen";
version = "2025.4";
version = "2025.5";

format = "other";

src = fetchurl {
url = "mirror://gnome/sources/gi-docgen/${lib.versions.major version}/gi-docgen-${version}.tar.xz";
hash = "sha256-Zshl1Fn+vfteQHiojfBhg2IMPpH3JtHcYI2I7jYFUm4=";
hash = "sha256-JXmjP/h7Yi0Q0QLJG30OzlBjQLcONNu2UiFj4WyQrKM=";
};

depsBuildBuild = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/gs/gsettings-desktop-schemas/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
pname = "gsettings-desktop-schemas";
version = "49.0";
version = "49.1";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-kSkFzEU4KIikdwLtEQHGsI69ASKjKmfZQKuBFqlsUg0=";
hash = "sha256-d3p/g9XlqAdrm/gJyyQQGxsbqcIwI148PejhOWjtDmM=";
};

strictDeps = true;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libadwaita/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libadwaita";
version = "1.8.0";
version = "1.8.1";

outputs = [
"out"
Expand All @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GNOME";
repo = "libadwaita";
tag = finalAttrs.version;
hash = "sha256-neF7nt7x3QhSsWuWGouqniFlDHw1Soco7Dpzhy15gWE=";
hash = "sha256-9CcmzwQYZZc6dZAv6x90Od4lrRcYZIejzPgm6S1vz/U=";
};

depsBuildBuild = [
Expand Down
17 changes: 3 additions & 14 deletions pkgs/by-name/li/librsvg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch,
pkg-config,
meson,
ninja,
Expand Down Expand Up @@ -50,7 +49,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "librsvg";
version = "2.61.2";
version = "2.61.3";

outputs = [
"out"
Expand All @@ -62,23 +61,13 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "mirror://gnome/sources/librsvg/${lib.versions.majorMinor finalAttrs.version}/librsvg-${finalAttrs.version}.tar.xz";
hash = "sha256-RkTYNiPdYcxEecKzw3Lh2isoFVLryQA1yNGsUC6x3AA=";
hash = "sha256-pW0sgNdErS8nGPhd9Gb+cdJP8fm8Pl71iL3k1+h4FfI=";
};

patches = [
(fetchpatch {
# https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/1149
# libxml 2.15+ requires adjustments to error handling
# remove next librsvg release
url = "https://gitlab.gnome.org/GNOME/librsvg/-/commit/6663df8e9aec323f0c124e97a7c7447a90c67c4a.patch";
hash = "sha256-+iyRvxVMxSCW0IIizXXheBFytwhBtU4cyJNTBebCOSg=";
})
];

cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
name = "librsvg-deps-${finalAttrs.version}";
hash = "sha256-OZspQg9ryDNILUZMiB77vIF0uGCMyVe7blX5BJk102k=";
hash = "sha256-5uNkjfZhETuG8Sjw66zapYXOj4dgz9Ziry2kAV+pvZQ=";
dontConfigure = true;
};

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gdk-pixbuf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gdk-pixbuf";
version = "2.44.3";
version = "2.44.4";

outputs = [
"out"
Expand All @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
in
fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-QKktzCN/+UtjqAwVmj9vIs1Z9vtJYfIBx4eZ+iyKwKY=";
hash = "sha256-k6Gqw/FCeuc0Vzl1gqLDjQSWOKgBeIzL1fSMpge9vRc=";
};

patches = [
Expand Down
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/pygobject/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "pygobject";
version = "3.54.3";
version = "3.54.5";

outputs = [
"out"
Expand All @@ -30,8 +30,8 @@ buildPythonPackage rec {
format = "other";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz";
hash = "sha256-qNoJE0oPfVZJHPJBIUXjWqdOkddg6PM3CWoc2guSuuc=";
url = "mirror://gnome/sources/pygobject/${lib.versions.majorMinor version}/pygobject-${version}.tar.gz";
hash = "sha256-tmVvY0j1JFYGzxXqSMOEx/BRVsderSBsGyRsgKIvtYU=";
};

depsBuildBuild = [ pkg-config ];
Expand Down Expand Up @@ -63,8 +63,8 @@ buildPythonPackage rec {

passthru = {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "python3.pkgs.${pname}3";
packageName = "pygobject";
attrPath = "python3.pkgs.pygobject3";
versionPolicy = "odd-unstable";
};
};
Expand Down
Loading