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 {
|
buildGoModule rec {
|
||||||
pname = "otf";
|
pname = "otf";
|
||||||
version = "0.3.23";
|
version = "0.3.25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "leg100";
|
owner = "leg100";
|
||||||
repo = "otf";
|
repo = "otf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lm/J0ZEdkF+aI+NvbYg75rCexqjDLz/w+Sp9PhhAsv4=";
|
hash = "sha256-8bBE1jUsdcxwFr1LS5+/GXA6zRQMP8sj8SEg6aOi0fk=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
cd "$out"
|
cd "$out"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue