3
0
Fork 0
forked from mirrors/nixpkgs

disnixos: bump to version 0.4.1

This commit is contained in:
Sander van der Burg 2016-03-16 13:27:54 +00:00
parent 929cc074b0
commit 0f46200f26

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
stdenv.mkDerivation {
name = "disnixos-0.4";
name = "disnixos-0.4.1";
src = fetchurl {
url = http://hydra.nixos.org/build/31143419/download/3/disnixos-0.4.tar.gz;
sha256 = "0ff2k15j34b947b8pnw5xhsv9blk9kq350pcp3p3p2qclgf9ahfh";
url = http://hydra.nixos.org/build/33130082/download/3/disnixos-0.4.1.tar.gz;
sha256 = "1r6b73qhz64z7xms6hkmm495yz0114pqa61b2qzlmzmlywhhy15b";
};
buildInputs = [ socat pkgconfig disnix getopt ];