Unverified Commit 28b0c9a7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

nph: 0.6.2 -> 0.7.0 (#491126)

parents 9895f505 37a76eca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildNimPackage (finalAttrs: {
  pname = "nph";
  version = "0.6.2";
  version = "0.7.0";

  postPatch = ''
    substituteInPlace src/nph.nim \
@@ -17,7 +17,7 @@ buildNimPackage (finalAttrs: {
    owner = "arnetheduck";
    repo = "nph";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rO6nEdW36CoQF30VP+zR+Osw2AuBmkXC+ugPrhDvH4o=";
    hash = "sha256-mH7yEyveR6cM7CFr93rO2K/5tAtKbawyTgbtU0kk5o8=";
  };

  lockFile = ./lock.json;