hope that fixed FOD stuff

This commit is contained in:
Daylin Morgan 2024-09-04 11:08:13 -05:00
parent 07f4c16b55
commit e5ad1d945e
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 4 additions and 4 deletions

View file

@ -543,11 +543,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1725378873,
"narHash": "sha256-FHuKRJbzusZNnGi1nykC5H5hMwyJE4zGqoPXDQWxa/E=",
"lastModified": 1725465990,
"narHash": "sha256-+KN+E3B5lVxi5K0rrDC41l080n/r04LOpmfxK3ZJ058=",
"owner": "daylinmorgan",
"repo": "nim2nix",
"rev": "c16db19a0809a01189f708848773fbd4c81319db",
"rev": "cac4c7106ea09e04b4a555e4f957e38be65dfbb4",
"type": "github"
},
"original": {

View file

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