feature: updated otf
This commit is contained in:
parent
d96ec5b555
commit
71c934809b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue