about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-04-24 20:48:27 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-04-24 20:48:27 +0200
commit68691d31b1376417e7d822d031de1ccb72c4748a (patch)
tree0333a04a37e8de2067514262d20fb7c7eb0dc4b7 /pkgs/applications/networking/sync
parent8cca66f7740119bd6f581b9daff20997499810da (diff)
downloadnixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar.gz
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar.bz2
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar.lz
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar.xz
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.tar.zst
nixlib-68691d31b1376417e7d822d031de1ccb72c4748a.zip
rsync: fix version typo
Typo introduced at c3b4dd920b50d6fd7625ada250d042b47fbd0217; went
undetected because the checksum was not changed.

Reported by m4t__ on IRC
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rsync/base.nix2
1 files changed, 1 insertions, 1 deletions
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";