mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
gnome3.seahorse: 3.36.2 -> 3.37.2
* use libhandy_0 https://gitlab.gnome.org/GNOME/seahorse/-/blob/3.37.2/NEWS
This commit is contained in:
parent
3ae75ad4c8
commit
19fc602264
1 changed files with 4 additions and 4 deletions
|
@ -22,16 +22,16 @@
|
|||
, p11-kit
|
||||
, openssh
|
||||
, gsettings-desktop-schemas
|
||||
, libhandy
|
||||
, libhandy_0
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "seahorse";
|
||||
version = "3.36.2";
|
||||
version = "3.37.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "16wmxxppgcgfj8zkagcny5af1c81x32ysm9d6j9f2k7bmik21ss5";
|
||||
hash = "sha256-flpBYSYDDDTONYZuRR3V2sx637Mp1dMQJ79fUGLtRio=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||
openssh
|
||||
openldap
|
||||
libpwquality
|
||||
libhandy
|
||||
libhandy_0 # not yet ported to libhandy-1
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue