Bumped version of disnixos
svn path=/nixpkgs/trunk/; revision=29929
This commit is contained in:
parent
7c32c9c426
commit
631f071df8
|
@ -1,17 +1,17 @@
|
||||||
{stdenv, fetchurl, disnix, socat, pkgconfig}:
|
{stdenv, fetchurl, disnix, socat, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnixos-0.2pre29885";
|
name = "disnixos-0.2pre29928";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/1461383/download/3/disnixos-0.2pre29885.tar.gz;
|
url = http://hydra.nixos.org/build/1464065/download/3/disnixos-0.2pre29928.tar.gz;
|
||||||
sha256 = "1lyxpadykk7nbb7gad12mbcsz29c6fqihhv3k3vkh32fimbq7bma";
|
sha256 = "0l7kszbpi8lzq95khi45fbq71l5csf8kamds4va6bxsyfwxrx6sm";
|
||||||
};
|
};
|
||||||
buildInputs = [ socat pkgconfig disnix ];
|
buildInputs = [ socat pkgconfig disnix ];
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
NIX_STRIP_DEBUG = true;
|
NIX_STRIP_DEBUG = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Provides complementary NixOS infrastructure deployment to NixOS";
|
description = "Provides complementary NixOS infrastructure deployment to Disnix";
|
||||||
license = "LGPLv2.1+";
|
license = "LGPLv2.1+";
|
||||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue