vmime: 0.9.2 -> unstable-2022-03-26

This is needed to comply with newer versions of gsasl.
main
Brian Leung 2 years ago
parent 18cd419bec
commit 00ed8857e2
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1
  1. 8
      pkgs/development/libraries/vmime/default.nix

@ -6,12 +6,14 @@
stdenv.mkDerivation rec {
pname = "vmime";
version = "0.9.2";
# XXX: using unstable rev for now to comply with the removal of
# deprecated symbols in the latest release of gsasl
version = "unstable-2022-03-26";
src = fetchFromGitHub {
owner = "kisli";
repo = "vmime";
rev = "v${version}";
sha256 = "1304n50ny2av8bagjpgz55ag0nd7m313akm9bb73abjn6h5nzacv";
rev = "fc69321d5304c73be685c890f3b30528aadcfeaf";
sha256 = "sha256-DUcGQcT7hp5Rs2Z5C8wo+3BYwWqED0KrF3h3vgLiiow=";
};
buildInputs = [ gsasl gnutls zlib libtasn1 libgcrypt gtk3 ];

Loading…
Cancel
Save