tkrzw: 1.0.21 -> 1.0.24

This commit is contained in:
R. Ryantm 2022-08-02 04:40:06 +00:00 committed by ehmry
parent 0da84b7dd7
commit 937944cbbc

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "tkrzw";
version = "1.0.21";
version = "1.0.24";
# TODO: defeat multi-output reference cycles
src = fetchurl {
url = "https://dbmx.net/tkrzw/pkg/tkrzw-${version}.tar.gz";
hash = "sha256-1g3sIRXxYtD8XGVNpbn4HLTCi+xl2yfJklbUouMQcHs=";
hash = "sha256-G7SVKgU4b8I5iwAlGHL/w8z0fhI+Awe3V6aqFsOnUrA=";
};
enableParallelBuilding = true;