disnixos: 0.7 -> 0.7.1
This commit is contained in:
parent
b4d15afe02
commit
996c0d6e00
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, dysnomia, disnix, socat, pkgconfig, getopt }:
|
{ stdenv, fetchurl, dysnomia, disnix, socat, pkgconfig, getopt }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnixos-0.7";
|
name = "disnixos-0.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/svanderburg/disnixos/files/1756702/disnixos-0.7.tar.gz;
|
url = https://github.com/svanderburg/disnixos/files/2281312/disnixos-0.7.1.tar.gz;
|
||||||
sha256 = "1qf9h3q1r27vg1ry55lj01knq6i0c213f6vlg7wj958mml7fk37b";
|
sha256 = "00d7mcj77lwbj67vnh81bw6k6pg2asimky4zkq32mh8dslnhpnz6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user