1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gnome-initial-setup: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/47.0...47.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-10-10 14:34:31 +00:00
parent 92be33280f
commit aae1440bcf
No known key found for this signature in database

View file

@ -37,11 +37,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-initial-setup";
version = "47.0";
version = "47.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-initial-setup/${lib.versions.major finalAttrs.version}/gnome-initial-setup-${finalAttrs.version}.tar.xz";
hash = "sha256-oK5fc3p9fHHFOPZ4sYE7WETUeAOFYkCpUtA4NdZ61cI=";
hash = "sha256-KTeKVkQG7Lzn8IzzklqA3TCCWoQ/kfzwWF45mecDUw0=";
};
patches = [