Unverified Commit fd5f1ef3 authored by rewine's avatar rewine Committed by GitHub
Browse files

tbox: 1.7.5 -> 1.7.6 (#341894)

parents 6a151ca9 7a6cda8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "tbox";
  version = "1.7.5";
  version = "1.7.6";

  src = fetchFromGitHub {
    owner = "tboox";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-VM6LOTVwM47caXYiH+6c7t174i0W5MY1dg2Y5yutlcc=";
    hash = "sha256-cwpZ7F8WzT/46HrckHe0Aug2mxirCkNA68aCxg/FcsE=";
  };

  configureFlags = [