mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Updating inadyn. The old sourceforge place did not work anymore.
svn path=/nixpkgs/trunk/; revision=32845
This commit is contained in:
parent
5bd4e3d8f8
commit
1981a57c13
@ -1,13 +1,17 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "inadyn-1.96.3";
|
||||
name = "inadyn-1.98.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/inadyn/${name}.tar.gz";
|
||||
sha256 = "0zyqhq1y3wrns4bxlmbkgs5bl5g7wrvkc7xc4fk50papygyc4q51";
|
||||
url = "https://github.com/downloads/troglobit/inadyn/${name}.tar.bz2";
|
||||
sha256 = "1qkwmln9ccqbs5cldwximi1maapvzkm7mssxgff71n981d8ad83j";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
export makeFlags=prefix=$out
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://inadyn.sourceforge.net/;
|
||||
description = "Free dynamic DNS client";
|
||||
|
Loading…
Reference in New Issue
Block a user