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

tbox: 1.7.6 -> 1.7.7 (#397368)

parents bc0b105e bee2c4a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchFromGitHub {
    owner = "tboox";
    repo = "tbox";
    rev = "v${version}";
    hash = "sha256-cwpZ7F8WzT/46HrckHe0Aug2mxirCkNA68aCxg/FcsE=";
    hash = "sha256-piPfPg3NAvP2zhWgtPlNvlAHoqIU77TE/kd1B/6GIuc=";
  };

  configureFlags = [