disnixos: 0.4.1 -> 0.5
This commit is contained in:
parent
b4315e523f
commit
16bbfe893b
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
|
||||
{ stdenv, fetchurl, dysnomia, disnix, socat, pkgconfig, getopt }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "disnixos-0.4.1";
|
||||
name = "disnixos-0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://hydra.nixos.org/build/33130082/download/3/disnixos-0.4.1.tar.gz;
|
||||
sha256 = "1r6b73qhz64z7xms6hkmm495yz0114pqa61b2qzlmzmlywhhy15b";
|
||||
url = http://hydra.nixos.org/build/36899006/download/3/disnixos-0.5.tar.gz;
|
||||
sha256 = "0pl3j8kwcz90as5cs0yipfbg555lw3z6xsylk6g2ili878mni1aq";
|
||||
};
|
||||
|
||||
buildInputs = [ socat pkgconfig disnix getopt ];
|
||||
buildInputs = [ socat pkgconfig dysnomia disnix getopt ];
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user