teehee: modernize slightly

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-07-16 18:57:28 -07:00
parent be37fe5c46
commit cf40341cfa

View File

@@ -8,10 +8,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "teehee";
version = "0.2.8";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Gskartwii";
repo = "teehee";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-yTterXAev6eOnUe1/MJV8s8dUYJcXHDKVJ6T0G/JHzI=";
};