From dae27425faef5a39ce48b39b280493ebadbcfa1a Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 8 Jan 2025 09:25:17 -0600 Subject: [PATCH] update nph --- pkgs/nim/nph/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/nim/nph/default.nix b/pkgs/nim/nph/default.nix index 5f51f13..1993403 100644 --- a/pkgs/nim/nph/default.nix +++ b/pkgs/nim/nph/default.nix @@ -11,12 +11,12 @@ let in buildNimPackage' (finalAttrs: { pname = "nph"; - version = "0.6.0"; + version = "0.6.1"; src = fetchFromGitHub { owner = "arnetheduck"; repo = "nph"; rev = "v${finalAttrs.version}"; - hash = "sha256-9t5VeGsxyytGdu7+Uv/J+x6bmeB5+eQapbyp30iPxqs="; + hash = "sha256-RIuggg09l7jZDg91FPrjwdoE+gCxgb7c8fEvCiwQk5U="; }; # replace gorge(git...) call to for version patchPhase = ''