Commit 190c2a49 authored by R. RyanTM's avatar R. RyanTM
Browse files

nph: 0.6.0 -> 0.6.1

parent ac8941d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ 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=";
  };

  lockFile = ./lock.json;