gsettings-desktop-schemas: 45.0 → 46.0

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/compare/45.0...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-03-08 16:38:41 +00:00 committed by Maxine Aubrey
parent 29c2170a69
commit eec01c5eb7
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "gsettings-desktop-schemas";
version = "45.0";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "NlyNBNr3mzjIs9yWJjSaAk+eS+/dMf7edLQvep++CuI=";
hash = "sha256-STpGoRYbY4jVeqcvYyp5zpbELV/70dCwD0luxYdvhXU=";
};
strictDeps = true;