nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

imapsync: 1.607 -> 1.644

+2 -2
+2 -2
pkgs/tools/networking/imapsync/default.nix
··· 1 1 {stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "imapsync-1.607"; 4 + name = "imapsync-1.644"; 5 5 src = fetchurl { 6 6 url = "https://fedorahosted.org/released/imapsync/${name}.tgz"; 7 - sha256 = "0ajgzsil2fa15c3ky8cvpvfz62ymlpmr0lnwvi8ifffclv7k2hvq"; 7 + sha256 = "1lni950qyp841277dnzb43pxpzqyfcl6sachd8j6a0j08826gfky"; 8 8 }; 9 9 10 10 patchPhase = ''