gnome3.gnome-boxes: 3.38.2 → 40.1

This commit is contained in:
Jan Tojnar 2021-03-21 06:15:43 +01:00
parent d2e141e412
commit 688d62634e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -19,7 +19,7 @@
, python3 , python3
, appstream-glib , appstream-glib
, spice-protocol , spice-protocol
, libhandy_0 , libhandy
, libsoup , libsoup
, libosinfo , libosinfo
, systemd , systemd
@ -53,11 +53,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-boxes"; pname = "gnome-boxes";
version = "3.38.2"; version = "40.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "1zjvng0izbws3506998l3dwsxjbm7wnhqipb8nmqzvi096czvajl"; sha256 = "seKPLH+3a/T7uGLQ1S6BG5TL6f8W8GdAiWRWhpCILvg=";
}; };
doCheck = true; doCheck = true;
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
libcap libcap
libcap_ng libcap_ng
libgudev libgudev
libhandy_0 libhandy
libosinfo libosinfo
librsvg librsvg
libsecret libsecret
@ -138,7 +138,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Simple GNOME 3 application to access remote or virtual systems"; description = "Simple GNOME 3 application to access remote or virtual systems";
homepage = "https://wiki.gnome.org/Apps/Boxes"; homepage = "https://wiki.gnome.org/Apps/Boxes";
license = licenses.gpl3; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
}; };