mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
mailutils: 3.17 -> 3.18
This commit is contained in:
parent
90a1f88a02
commit
9a4a09bef6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue