gmime3: 3.2.14 -> 3.2.15

This commit is contained in:
R. Ryantm 2024-06-20 16:09:39 +00:00
parent 3d37622cff
commit 6466b84c25

View File

@ -14,13 +14,13 @@
}:
stdenv.mkDerivation rec {
version = "3.2.14";
version = "3.2.15";
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-pes91nX3LlRci8HNEhB+Sq0ursGQXre0ATzbH75eIxc=";
sha256 = "sha256-hM0qSBonlw7Dm1yV9y2wJnIpBKLM8/29V7KAzy0CtcQ=";
};
outputs = [