mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
autobuild: 3.5 -> 5.3
This commit is contained in:
parent
5754fd9e02
commit
8c4fcc87f8
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, makeWrapper, perl, openssh, rsync }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "autobuild-3.5";
|
||||
name = "autobuild-5.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://savannah.spinellicreations.com/autobuild/${name}.tar.gz";
|
||||
sha256 = "0ik13913x1yj8lsaf65chpiw13brl3q6kx7s1fa41a7s2krl1xvi";
|
||||
sha256 = "0gv7g61ja9q9zg1m30k4snqwwy1kq7b4df6sb7d2qra7kbdq8af1";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper perl openssh rsync ];
|
||||
|
|
Loading…
Reference in a new issue