bump to 0.2.7, update hash

This commit is contained in:
Aaron Bieber 2023-07-28 06:13:56 -06:00
parent 54bd9355ee
commit a216e85942
No known key found for this signature in database

View File

@ -20,10 +20,10 @@
in {
gostart = pkgs.buildGo120Module {
pname = "gostart";
version = "v0.2.6";
version = "v0.2.7";
src = ./.;
vendorHash = "sha256-9hBop+JWHnLlrORyuX9dkNrTTVahFUv7Q0p5qBJHeHg=";
vendorHash = "sha256-gbyrsxO6sQQ3rJ4DkbuNn9xKLlfWIeeDrchHyvHARbM=";
};
});