Merge pull request #257459 from r-ryantm/auto-update/tinycdb

tinycdb: 0.78 -> 0.80
This commit is contained in:
Weijia Wang 2023-10-13 02:03:17 +02:00 committed by GitHub
commit 7cd50f640e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
sed -i 's,set --, set -x; set --,' Makefile
'';
pname = "tinycdb";
version = "0.78";
version = "0.80";
# In general, static library (.a) goes to "dev", shared (.so) to
# "lib". In case of static build, there is no .so library, so "lib"
# output is useless and empty.
@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.corpit.ru/mjt/tinycdb/${pname}-${version}.tar.gz";
sha256 = "0g6n1rr3lvyqc85g6z44lw9ih58f2k1i3v18yxlqvnla5m1qyrsh";
sha256 = "sha256-wyG5BekCwsqZo/+Kjd39iCMkf+Ht7IpLuF+Dhpxjn7g=";
};
meta = with lib; {