summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/boolstuff
diff options
context:
space:
mode:
authorReno Reckling <exi@wthack.de>2016-01-01 22:47:08 +0100
committerReno Reckling <exi@wthack.de>2016-01-01 22:47:08 +0100
commit4ffe61e0d1e93c3064e7568afed45e58659a187c (patch)
tree9522f687cc2d30d13f1cad30a5e2e5cbdee6a391 /pkgs/development/libraries/boolstuff
parent8924e770ca41e2333bf440f143e38664bab6ad42 (diff)
boolstuff: 0.1.14 -> 0.1.15
The build was broken because the webserver served the wrong archive version. This fixes it indirectly.
Diffstat (limited to 'pkgs/development/libraries/boolstuff')
-rw-r--r--pkgs/development/libraries/boolstuff/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/boolstuff/default.nix b/pkgs/development/libraries/boolstuff/default.nix
index c1bd8a4b3a2a..62d61e6cb5d5 100644
--- a/pkgs/development/libraries/boolstuff/default.nix
+++ b/pkgs/development/libraries/boolstuff/default.nix
@@ -3,16 +3,16 @@
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 ];
- meta = {
+ meta = {
description = "Library for operations on boolean expression binary trees";
homepage = "${baseurl}/boolstuff.html";
license = "GPL";