Merge pull request #257459 from r-ryantm/auto-update/tinycdb
tinycdb: 0.78 -> 0.80
This commit is contained in:
commit
7cd50f640e
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
|
||||||
sed -i 's,set --, set -x; set --,' Makefile
|
sed -i 's,set --, set -x; set --,' Makefile
|
||||||
'';
|
'';
|
||||||
pname = "tinycdb";
|
pname = "tinycdb";
|
||||||
version = "0.78";
|
version = "0.80";
|
||||||
# In general, static library (.a) goes to "dev", shared (.so) to
|
# In general, static library (.a) goes to "dev", shared (.so) to
|
||||||
# "lib". In case of static build, there is no .so library, so "lib"
|
# "lib". In case of static build, there is no .so library, so "lib"
|
||||||
# output is useless and empty.
|
# output is useless and empty.
|
||||||
|
@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.corpit.ru/mjt/tinycdb/${pname}-${version}.tar.gz";
|
url = "http://www.corpit.ru/mjt/tinycdb/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0g6n1rr3lvyqc85g6z44lw9ih58f2k1i3v18yxlqvnla5m1qyrsh";
|
sha256 = "sha256-wyG5BekCwsqZo/+Kjd39iCMkf+Ht7IpLuF+Dhpxjn7g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue