update deps hash

This commit is contained in:
Daylin Morgan 2024-09-05 12:47:24 -05:00
parent b04a01afc3
commit 1032b97146
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -10,5 +10,5 @@ buildNimblePackage {
src = lib.cleanSource ./.;
nativeBuildInputs = [ makeWrapper ];
doCheck = false;
nimbleDepsHash = "sha256-9tv/dQ+2H24QkZYuJWpLVH2yvzP8t5GLLbmV0eQOWVk=";
nimbleDepsHash = "sha256-fw0Utdq5wu2t30hez6EWgulzieIMlE07bOpYdtL6nms=";
}