gnome-control-center: 47.beta → 47.0.1

https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/47.beta...47.0.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-17 13:27:53 +00:00
parent 49371433a5
commit cebe0cbee6
No known key found for this signature in database

View File

@ -74,11 +74,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-control-center";
version = "47.beta";
version = "47.0.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz";
hash = "sha256-GWsyzKyiajO+T4MB+y0+WaFk3m3xEoRuYY8n+JMDHj4=";
hash = "sha256-h+7fdDN7PGHfGaDcjCW1wpYp+1+Rm+w0y9CkscfbNWc=";
};
patches = [