rsnapshot: Fix URL.
Thanks to ebzzry on IRC for pointing this out.
This commit is contained in:
parent
1a52c7659d
commit
947651b6c2
@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rsnapshot-1.3.0";
|
||||
src = fetchurl {
|
||||
url = "mirrors://sourceforge/rsnapshot/${name}.tar.gz";
|
||||
url = "mirror://sourceforge/rsnapshot/${name}.tar.gz";
|
||||
sha256 = "19p35ycm73a8vd4ccjpah18h5jagvcr11rqca6ya87sg8k0a5h9z";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user