tkrzw: 1.0.27 -> 1.0.29
This commit is contained in:
parent
5c31c00140
commit
446a3fbada
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tkrzw";
|
pname = "tkrzw";
|
||||||
version = "1.0.27";
|
version = "1.0.29";
|
||||||
# TODO: defeat multi-output reference cycles
|
# TODO: defeat multi-output reference cycles
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dbmx.net/tkrzw/pkg/tkrzw-${version}.tar.gz";
|
url = "https://dbmx.net/tkrzw/pkg/tkrzw-${version}.tar.gz";
|
||||||
hash = "sha256-DxLtDtscTPR1yzeOENyQPylKo+VxJTswUAE/MieEoXQ=";
|
hash = "sha256-q6q9b8iaGe2KICrDcRvDsHY9kovDqO7upzo2effn95A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue