zcash: reinit at 1.0.8
This commit is contained in:
8
pkgs/development/libraries/db/db-6.2.nix
Normal file
8
pkgs/development/libraries/db/db-6.2.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ stdenv, fetchurl, ... } @ args:
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "6.2.23";
|
||||
sha256 = "1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7";
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
extraPatches = [ ./clang-6.0.patch ];
|
||||
})
|
||||
Reference in New Issue
Block a user