Loading pkgs/by-name/np/nph/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -10,15 +10,20 @@ let nim2 = nim-2_0; }; in buildNimPackage' (finalAttrs: { buildNimPackage' (finalAttrs: rec { pname = "nph"; version = "0.6.0"; version = "0.6.1"; postPatch = '' substituteInPlace src/nph.nim \ --replace-fail 'git describe --long --dirty --always --tags' "echo ${version}" ''; src = fetchFromGitHub { owner = "arnetheduck"; repo = "nph"; rev = "v${finalAttrs.version}"; hash = "sha256-9t5VeGsxyytGdu7+Uv/J+x6bmeB5+eQapbyp30iPxqs="; hash = "sha256-RIuggg09l7jZDg91FPrjwdoE+gCxgb7c8fEvCiwQk5U="; }; lockFile = ./lock.json; Loading Loading
pkgs/by-name/np/nph/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -10,15 +10,20 @@ let nim2 = nim-2_0; }; in buildNimPackage' (finalAttrs: { buildNimPackage' (finalAttrs: rec { pname = "nph"; version = "0.6.0"; version = "0.6.1"; postPatch = '' substituteInPlace src/nph.nim \ --replace-fail 'git describe --long --dirty --always --tags' "echo ${version}" ''; src = fetchFromGitHub { owner = "arnetheduck"; repo = "nph"; rev = "v${finalAttrs.version}"; hash = "sha256-9t5VeGsxyytGdu7+Uv/J+x6bmeB5+eQapbyp30iPxqs="; hash = "sha256-RIuggg09l7jZDg91FPrjwdoE+gCxgb7c8fEvCiwQk5U="; }; lockFile = ./lock.json; Loading