gmime3: 3.2.12 -> 3.2.14

This commit is contained in:
R. Ryantm 2023-09-06 20:08:11 +00:00
parent 362c9430e3
commit 212c61802a

View file

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