microplane: 0.0.34 -> 0.0.35

This commit is contained in:
R. Ryantm
2024-10-31 05:22:04 +00:00
parent 3a0187e085
commit 2ce89cffe2
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "microplane";
version = "0.0.34";
version = "0.0.35";
src = fetchFromGitHub {
owner = "Clever";
repo = "microplane";
rev = "v${version}";
sha256 = "sha256-ZrBkVXRGZp8yGFIBo7sLGvJ8pMQq7Cq0xJiko57z164=";
sha256 = "sha256-3QPxH4ZR02bkL2uKoJpLW9e7q1LjSlWw5jo0jxegeiM=";
};
vendorHash = "sha256-PqSjSFTVrIsQ065blIxZ9H/ARku6BEcnjboH+0K0G14=";
vendorHash = "sha256-DizwNph3hmSRoozvJgs3Qw/c9iMTRR1gMGC60pBCFSk=";
ldflags = [
"-s" "-w" "-X main.version=${version}"