mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
iodine-0.6.0-rc1
svn path=/nixpkgs/trunk/; revision=29429
This commit is contained in:
parent
3822bfd8d7
commit
113f2c851f
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, nettools }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iodine-0.4.1";
|
||||
name = "iodine-0.6.0-rc1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://code.kryo.se/iodine/${name}.tar.gz";
|
||||
sha256 = "1d0v6wbrciwd0xi9khrna956v5wy7wy1inllzrn187as358kiiv5";
|
||||
sha256 = "dacf950198b68fd1dae09fe980080155b0c75718f581c08e069eee0c1b6c5e60";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user