mailutils: 3.17 -> 3.18

This commit is contained in:
Alyssa Ross
2025-01-19 19:13:47 +01:00
parent 90a1f88a02
commit 9a4a09bef6
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation rec {
pname = "mailutils";
version = "3.17";
version = "3.18";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-+km6zsN1Zv5S+IIh04cWc6Yzru4M2SPMOo5lu+8rhOk=";
hash = "sha256-VZBJyNhRYEFSipBsE52bt6YvHQXX5WF/qP4PIxoTFXc=";
};
separateDebugInfo = true;