Unverified Commit 0f722be1 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

bwidget: 1.9.16 -> 1.10.0 (#349021)

parents 56617173 d0c9c5dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

tcl.mkTclDerivation rec {
  pname = "bwidget";
  version = "1.9.16";
  version = "1.10.0";

  src = fetchurl {
    url = "mirror://sourceforge/tcllib/bwidget-${version}.tar.gz";
    sha256 = "sha256-v+ADY3S4QpPSNiCn9t2oZXGBPQx63+2YPB8zflzoGuA=";
    sha256 = "sha256-61sCvsua+Iv3SldHhd4eMpzzCjZ5EVMJOnkRT6xRw60=";
  };

  dontBuild = true;