nph: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-02-16 19:29:26 +00:00
parent 2859feb957
commit 37a76eca40
+2 -2
View File
@@ -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;