mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
gnome.gnome-initial-setup: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/42.beta...42.rc
This commit is contained in:
parent
7844de7d37
commit
b095580380
|
@ -27,6 +27,7 @@
|
|||
, polkit
|
||||
, webkitgtk
|
||||
, systemd
|
||||
, libhandy
|
||||
, libnma
|
||||
, tzdata
|
||||
, libgnomekbd
|
||||
|
@ -35,11 +36,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-initial-setup";
|
||||
version = "42.beta";
|
||||
version = "42.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "ZE3If6EVfL1AQx3ZMuouZc7oHb8X0hiTAK0enqOsPT0=";
|
||||
sha256 = "7ACze8aXJvlwsAw4hSgq4IPgtGi93iGS24D2ju1eJ3k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -72,6 +73,7 @@ stdenv.mkDerivation rec {
|
|||
json-glib
|
||||
krb5
|
||||
libgweather
|
||||
libhandy
|
||||
libnma
|
||||
libpwquality
|
||||
librest
|
||||
|
|
Loading…
Reference in a new issue