flake: vendorSha256 -> vendorHash

This commit is contained in:
2024-03-30 13:11:46 +01:00
parent 1e49032fbf
commit 7422c005ff

View File

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