mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
bsddb3: update from 6.0.1 to 6.1.0
This commit is contained in:
parent
3f8ff5b5ba
commit
88ea3e8c48
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, python, db}:
|
{stdenv, fetchurl, python, db}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bsddb3-6.0.1";
|
name = "bsddb3-6.1.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/b/bsddb3/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/b/bsddb3/${name}.tar.gz";
|
||||||
md5 = "2b22ab1b4d896961c30e4106660e9139";
|
sha256 = "05gx3rfgq1qrgdmpd6hri6y5l97bh1wczvb6x853jchwi7in6cdi";
|
||||||
};
|
};
|
||||||
buildInputs = [python];
|
buildInputs = [python];
|
||||||
buildPhase = "true";
|
buildPhase = "true";
|
||||||
|
Loading…
Reference in New Issue
Block a user