Jan Tojnar 2020-11-17 14:28:53 +00:00
parent 01788e28be
commit a7ca1e3d42
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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;
};
}