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:
Reno Reckling 2016-01-01 22:47:08 +01:00
parent 8924e770ca
commit 4ffe61e0d1

View file

@ -3,11 +3,11 @@
let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
stdenv.mkDerivation rec {
name = "boolstuff-0.1.14";
name = "boolstuff-0.1.15";
src = fetchurl {
url = "${baseurl}/${name}.tar.gz";
sha256 = "1ccn9v3kxz44pv3mr8q0l2i9769jiigw1gfv47ia50mbspwb87r6";
sha256 = "1mzw4368hqw0b6xr01yqcbs9jk9ma3qq9hk3iqxmkiwqqxgirgln";
};
nativeBuildInputs = [ pkgconfig ];