fix build, set version to 1.0.0

This commit is contained in:
Aaron Bieber 2024-03-31 14:35:45 -06:00
parent be2ddcd113
commit a33f5e0132
No known key found for this signature in database

View File

@ -23,10 +23,10 @@
{
kogs = pkgs.buildGoModule {
pname = "kogs";
version = "v0.1.0";
version = "v1.0.0";
src = ./.;
vendorHash = "sha256-8AviacBPdpvuII/2symR1IgcT0Bf5OL6Do/6Go8TD1A=";
vendorHash = null;
};
});