update nph

This commit is contained in:
Daylin Morgan 2025-01-08 09:25:17 -06:00
parent acde9adeeb
commit dae27425fa
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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 = ''