Unverified Commit 625aa713 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265682 from r-ryantm/auto-update/tbox

tbox: 1.7.4 -> 1.7.5
parents 413655a1 a5d94f13
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.4";
  version = "1.7.5";

  src = fetchFromGitHub {
    owner = "tboox";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-b461JNTS7jNI/qawumDjL2vfC4fAaWB7a++9PpUUDB0=";
    hash = "sha256-VM6LOTVwM47caXYiH+6c7t174i0W5MY1dg2Y5yutlcc=";
  };

  configureFlags = [