Bumped revision of DisnixOS
svn path=/nixpkgs/trunk/; revision=33598
This commit is contained in:
parent
5d15ef0e7c
commit
4df1d122c4
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, disnix, socat, pkgconfig }:
|
{ stdenv, fetchurl, disnix, socat, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnixos-0.2pre33556";
|
name = "disnixos-0.2pre33586";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/2363206/download/3/disnixos-0.2pre33556.tar.gz;
|
url = http://hydra.nixos.org/build/2368187/download/3/disnixos-0.2pre33586.tar.gz;
|
||||||
sha256 = "0fq96cqd0hfa6cwz7phq7ccm935hlcwmjd59vfsp6bwp0wyjzpzl";
|
sha256 = "110vn4390447dws343py8ss6s8jizx8yg7yl38i64nlqh0bcn4ny";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ socat pkgconfig disnix ];
|
buildInputs = [ socat pkgconfig disnix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user