boolstuff: 0.1.14 -> 0.1.15
The build was broken because the webserver served the wrong archive version. This fixes it indirectly.
This commit is contained in:
parent
8924e770ca
commit
4ffe61e0d1
|
@ -3,16 +3,16 @@
|
||||||
let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
|
let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "boolstuff-0.1.14";
|
name = "boolstuff-0.1.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${baseurl}/${name}.tar.gz";
|
url = "${baseurl}/${name}.tar.gz";
|
||||||
sha256 = "1ccn9v3kxz44pv3mr8q0l2i9769jiigw1gfv47ia50mbspwb87r6";
|
sha256 = "1mzw4368hqw0b6xr01yqcbs9jk9ma3qq9hk3iqxmkiwqqxgirgln";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library for operations on boolean expression binary trees";
|
description = "Library for operations on boolean expression binary trees";
|
||||||
homepage = "${baseurl}/boolstuff.html";
|
homepage = "${baseurl}/boolstuff.html";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
|
Loading…
Reference in New Issue