rsync: fix version typo
Typo introduced at c3b4dd920b50d6fd7625ada250d042b47fbd0217; went undetected because the checksum was not changed. Reported by m4t__ on IRC
This commit is contained in:
parent
8cca66f774
commit
68691d31b1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user