From 68691d31b1376417e7d822d031de1ccb72c4748a Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 24 Apr 2016 20:48:27 +0200 Subject: rsync: fix version typo Typo introduced at c3b4dd920b50d6fd7625ada250d042b47fbd0217; went undetected because the checksum was not changed. Reported by m4t__ on IRC --- pkgs/applications/networking/sync/rsync/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/sync') diff --git a/pkgs/applications/networking/sync/rsync/base.nix b/pkgs/applications/networking/sync/rsync/base.nix index 86b90ea22ef2..a95835610d52 100644 --- a/pkgs/applications/networking/sync/rsync/base.nix +++ b/pkgs/applications/networking/sync/rsync/base.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl }: rec { - version = "3.2.1"; + version = "3.1.2"; src = fetchurl { # signed with key 0048 C8B0 26D4 C96F 0E58 9C2F 6C85 9FB1 4B96 A8C5 url = "mirror://samba/rsync/src/rsync-${version}.tar.gz"; -- cgit 1.4.1