feature: updated otf

This commit is contained in:
Jermeiah S 2025-06-25 21:10:08 -04:00
parent d96ec5b555
commit 71c934809b
No known key found for this signature in database

View file

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "otf";
version = "0.3.23";
version = "0.3.25";
src = fetchFromGitHub {
owner = "leg100";
repo = "otf";
rev = "v${version}";
hash = "sha256-lm/J0ZEdkF+aI+NvbYg75rCexqjDLz/w+Sp9PhhAsv4=";
hash = "sha256-8bBE1jUsdcxwFr1LS5+/GXA6zRQMP8sj8SEg6aOi0fk=";
leaveDotGit = true;
postFetch = ''
cd "$out"