Commit 49079a13 authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

tkrzw: 1.0.26 -> 1.0.27

parent 6c928a07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
  pname = "tkrzw";
  version = "1.0.26";
  version = "1.0.27";
  # TODO: defeat multi-output reference cycles

  src = fetchurl {
    url = "https://dbmx.net/tkrzw/pkg/tkrzw-${version}.tar.gz";
    hash = "sha256-vbuzV4ZZnb0Vl+U9B8BorDD7mHQ7ILwkR35GaFs+aTI=";
    hash = "sha256-DxLtDtscTPR1yzeOENyQPylKo+VxJTswUAE/MieEoXQ=";
  };

  postPatch = ''