Merge pull request #184178 from r-ryantm/auto-update/gmime

gmime3: 3.2.11 -> 3.2.12
This commit is contained in:
Jörg Thalheim 2022-07-31 13:26:54 +01:00 committed by GitHub
commit 81e3a7874d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
, vala }:
stdenv.mkDerivation rec {
version = "3.2.11";
version = "3.2.12";
pname = "gmime";
src = fetchurl { # https://github.com/jstedfast/gmime/releases
url = "https://github.com/jstedfast/gmime/releases/download/${version}/gmime-${version}.tar.xz";
sha256 = "5e023855a215b427645b400f5e55cf19cfd229f971317007e03e7bae72569bf8";
sha256 = "sha256-OPm3aBgjQsSExBIobbjVgRaX/4FiQ3wFea3w0G4icFs=";
};
outputs = [ "out" "dev" ];