lol
0
fork

Configure Feed

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

libzdb: 3.2.2 -> 3.2.3

+2 -2
+2 -2
pkgs/development/libraries/libzdb/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec 4 4 { 5 - version = "3.2.2"; 5 + version = "3.2.3"; 6 6 pname = "libzdb"; 7 7 8 8 src = fetchurl 9 9 { 10 10 url = "https://www.tildeslash.com/libzdb/dist/libzdb-${version}.tar.gz"; 11 - sha256 = "1blmy7228649iscwlldrc1ldf31nhps1ps9xfv44ms0yxqhlw7nm"; 11 + sha256 = "sha256-oZV4Jvq3clSE/Ft0eApqfQ2Lf14uVNJuEGs5ngqGvrA="; 12 12 }; 13 13 14 14 buildInputs = [ sqlite ];