mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user