mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
mailutils: 3.8 -> 3.9
This is a bugfix release. See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00007.html for details.
This commit is contained in:
parent
9d212f5be7
commit
506be57540
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
name = "${project}-${version}";
|
||||
project = "mailutils";
|
||||
version = "3.8";
|
||||
version = "3.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/${project}/${name}.tar.xz";
|
||||
sha256 = "1wkn9ch664477r4d8jk9153w5msljsbj99907k7zgzpmywbs6ba7";
|
||||
sha256 = "1g1xf2lal04nsnf1iym9n9n0wxjpqbcr9nysxpm98v4pniinqwsz";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue