mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
imapsync: 1.644 -> 1.684
This commit is contained in:
parent
c03d7f2819
commit
4cd0770d57
@ -1,10 +1,10 @@
|
||||
{stdenv, makeWrapper, fetchurl, perl, openssl, perlPackages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "imapsync-1.644";
|
||||
name = "imapsync-1.684";
|
||||
src = fetchurl {
|
||||
url = "https://fedorahosted.org/released/imapsync/${name}.tgz";
|
||||
sha256 = "1lni950qyp841277dnzb43pxpzqyfcl6sachd8j6a0j08826gfky";
|
||||
sha256 = "1ilqdaabh6xiwpjfdg2mrhygvjlxj6jdkmqjqadq5z29172hji5b";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user