gnome3.seahorse: 3.37.2 → 3.38.0.1
https://ftp.gnome.org/pub/GNOME/sources/seahorse/3.38/seahorse-3.38.0.news https://ftp.gnome.org/pub/GNOME/sources/seahorse/3.38/seahorse-3.38.0.1.news
This commit is contained in:
parent
01788e28be
commit
a7ca1e3d42
@ -22,16 +22,16 @@
|
||||
, p11-kit
|
||||
, openssh
|
||||
, gsettings-desktop-schemas
|
||||
, libhandy_0
|
||||
, libhandy
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "seahorse";
|
||||
version = "3.37.2";
|
||||
version = "3.38.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-flpBYSYDDDTONYZuRR3V2sx637Mp1dMQJ79fUGLtRio=";
|
||||
hash = "sha256-x0XdHebhog8ZorB6Q4uO98yiNaaqc0ENt/E3sCHpsqI=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
openssh
|
||||
openldap
|
||||
libpwquality
|
||||
libhandy_0 # not yet ported to libhandy-1
|
||||
libhandy
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://wiki.gnome.org/Apps/Seahorse";
|
||||
description = "Application for managing encryption keys and passwords in the GnomeKeyring";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user