t3: 1.0.8 -> 1.0.9

This commit is contained in:
R. Ryantm
2025-03-04 08:15:16 +00:00
parent 2cc9bbf8e5
commit e003b9e735
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "t3";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "flox";
repo = "t3";
tag = "v${finalAttrs.version}";
hash = "sha256-SaSBFqMh6zOty0mnYL4RJxAxbB1LJusKLdMn7Atv+As=";
hash = "sha256-42T0qQ3zK1jTRU+gcBzEet5rHZ6QuknCbPdbGPNlETI=";
};
makeFlags = [