gnome-control-center: 47.0.1 → 47.1.1

https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/47.0.1...47.1.1
This commit is contained in:
Bobby Rong
2024-11-09 23:02:06 +08:00
parent a31f2a7b37
commit ea1a562cb9
@@ -74,11 +74,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-control-center";
version = "47.0.1";
version = "47.1.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz";
hash = "sha256-h+7fdDN7PGHfGaDcjCW1wpYp+1+Rm+w0y9CkscfbNWc=";
hash = "sha256-BR/UBXFX9LIzcBP778luPRKWVOP8lg1ISdNUJSQAvnc=";
};
patches = [