mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
bump disnixos
svn path=/nixpkgs/trunk/; revision=25629
This commit is contained in:
parent
7f4a312e35
commit
45f6a2587f
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, disnix, socat, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "disnixos-0.1pre25606";
|
||||
name = "disnixos-0.1pre25628";
|
||||
src = fetchurl {
|
||||
url = http://hydra.nixos.org/build/860037/download/1/disnixos-0.1pre25606.tar.gz;
|
||||
sha256 = "1rsajzn79ca1624zsj9zr72247hh3gdda53l4vzqb8hzm2vhh0yc";
|
||||
url = http://hydra.nixos.org/build/861183/download/1/disnixos-0.1pre25628.tar.gz;
|
||||
sha256 = "1wbd8x3j8mspv5v2w5vmfadby52337xpyhjll15a2wik1d8f19bk";
|
||||
};
|
||||
buildInputs = [ socat pkgconfig disnix ];
|
||||
dontStrip = true;
|
||||
|
Loading…
Reference in New Issue
Block a user