teehee: modernize slightly (#542780)

This commit is contained in:
Yohann Boniface
2026-07-17 09:27:10 +00:00
committed by GitHub

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=";
};