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