try one more time

This commit is contained in:
Daylin Morgan 2024-09-04 12:09:11 -05:00
parent 7c9c031506
commit 745c91462b
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 4 additions and 4 deletions

View file

@ -545,11 +545,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725465990, "lastModified": 1725469705,
"narHash": "sha256-+KN+E3B5lVxi5K0rrDC41l080n/r04LOpmfxK3ZJ058=", "narHash": "sha256-4/iSUwB3XKmybdt4R87VhBPiD3z4BL6RrD9LyrrkesM=",
"owner": "daylinmorgan", "owner": "daylinmorgan",
"repo": "nim2nix", "repo": "nim2nix",
"rev": "cac4c7106ea09e04b4a555e4f957e38be65dfbb4", "rev": "42af12ca45025c7146bc24e27f5d8b65b003d663",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,5 +8,5 @@ buildNimblePackage {
verions = "unstable"; verions = "unstable";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ]; nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-n+K5hFiS1tEy2jDAoAoSgE75TCiqZK+al/0Mfc1d4kI="; nimbleDepsHash = "sha256-KErXGNNU5VVBHcvBmBhbagxZabHzajY5dF2OLHPmWf8=";
} }