forked from mirrors/nixpkgs
disnixos: bump to version 0.4.1
This commit is contained in:
parent
929cc074b0
commit
0f46200f26
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
|
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnixos-0.4";
|
name = "disnixos-0.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/31143419/download/3/disnixos-0.4.tar.gz;
|
url = http://hydra.nixos.org/build/33130082/download/3/disnixos-0.4.1.tar.gz;
|
||||||
sha256 = "0ff2k15j34b947b8pnw5xhsv9blk9kq350pcp3p3p2qclgf9ahfh";
|
sha256 = "1r6b73qhz64z7xms6hkmm495yz0114pqa61b2qzlmzmlywhhy15b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ socat pkgconfig disnix getopt ];
|
buildInputs = [ socat pkgconfig disnix getopt ];
|
||||||
|
|
Loading…
Reference in a new issue