nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

tinycdb: 0.78 -> 0.80

+2 -2
+2 -2
pkgs/development/libraries/tinycdb/default.nix
··· 12 12 sed -i 's,set --, set -x; set --,' Makefile 13 13 ''; 14 14 pname = "tinycdb"; 15 - version = "0.78"; 15 + version = "0.80"; 16 16 # In general, static library (.a) goes to "dev", shared (.so) to 17 17 # "lib". In case of static build, there is no .so library, so "lib" 18 18 # output is useless and empty. ··· 35 35 36 36 src = fetchurl { 37 37 url = "http://www.corpit.ru/mjt/tinycdb/${pname}-${version}.tar.gz"; 38 - sha256 = "0g6n1rr3lvyqc85g6z44lw9ih58f2k1i3v18yxlqvnla5m1qyrsh"; 38 + sha256 = "sha256-wyG5BekCwsqZo/+Kjd39iCMkf+Ht7IpLuF+Dhpxjn7g="; 39 39 }; 40 40 41 41 meta = with lib; {