remove vendorSha256 in favor of vendorHash = null

This commit is contained in:
Aaron Bieber 2023-02-08 06:08:16 -07:00
parent 675ab561d8
commit 53a6a2d225
No known key found for this signature in database

View File

@ -21,7 +21,7 @@
pname = "pots";
version = "v0.0.2";
src = ./.;
vendorHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorHash = null;
};
});