mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
update nph
This commit is contained in:
parent
acde9adeeb
commit
dae27425fa
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ let
|
||||||
in
|
in
|
||||||
buildNimPackage' (finalAttrs: {
|
buildNimPackage' (finalAttrs: {
|
||||||
pname = "nph";
|
pname = "nph";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "arnetheduck";
|
owner = "arnetheduck";
|
||||||
repo = "nph";
|
repo = "nph";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-9t5VeGsxyytGdu7+Uv/J+x6bmeB5+eQapbyp30iPxqs=";
|
hash = "sha256-RIuggg09l7jZDg91FPrjwdoE+gCxgb7c8fEvCiwQk5U=";
|
||||||
};
|
};
|
||||||
# replace gorge(git...) call to for version
|
# replace gorge(git...) call to for version
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue