tbox: 1.7.5 -> 1.7.6

This commit is contained in:
R. Ryantm 2024-09-14 18:16:52 +00:00
parent 19710730d7
commit 7a6cda8a98

View File

@ -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 = [