mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Update mdbtools-git to latest
This commit is contained in:
parent
46cdc2e017
commit
b37af08c3d
@ -3,12 +3,13 @@
|
||||
scrollkeeper}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mdbtools-git";
|
||||
name = "mdbtools-git-2014-07-25";
|
||||
|
||||
src = fetchgit {
|
||||
url = "http://github.com/brianb/mdbtools.git";
|
||||
rev = "dfd752ec022097ee1e0999173aa604d8a0c0ca8b";
|
||||
sha256 = "0ibj36yxlhwjgi7cj170lwpbzdbgidkq5p8raa59v76bdrxwmb0n";
|
||||
rev = "9ab40e83e6789015c965c92bdb62f92f8cdd0dbd";
|
||||
sha256 = "18j1a9y9xhl7hhx30zvmx2n4w7dc8c7sdr6722sf3mh5230mvv59";
|
||||
name = "mdbtools-git-export";
|
||||
};
|
||||
|
||||
buildInputs = [glib readline bison flex pkgconfig libiconv autoconf automake
|
||||
|
Loading…
Reference in New Issue
Block a user