flake: vendorSha256 -> vendorHash

This commit is contained in:
Asmir A 2024-03-30 13:11:46 +01:00
parent 1e49032fbf
commit 7422c005ff
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -32,7 +32,7 @@
inherit version;
src = ./.;
ldFlags = ["-s -w"];
vendorSha256 = null;
vendorHash = null;
};
});