tbox: 1.8.0 -> 1.8.1 (#538751)

This commit is contained in:
rewine
2026-07-06 02:02:56 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tbox";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "tboox";
repo = "tbox";
rev = "v${finalAttrs.version}";
hash = "sha256-Z84cUPixXRrB1Zwc16ipjM9Zvr7QWdxRHdRHjTY7fhE=";
hash = "sha256-tUN9H6TejbFbJR4Lr0N8HoYkRAo8a/Rh4HEMOG1aPoE=";
};
configureFlags = [