doc2go: 0.9.1 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-12-19 09:53:14 +00:00
parent 97239fb2b1
commit 2090c86a9a
+3 -3
View File
@@ -6,15 +6,15 @@
buildGoModule rec {
pname = "doc2go";
version = "0.9.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "abhinav";
repo = "doc2go";
rev = "v${version}";
hash = "sha256-vxGzDHTtA6GgyAq1bcXL1Jrn4H6ug/ZeHl+aWezOYGo=";
hash = "sha256-gJQ0cs8R1fbGpFd9k2L53khnQ9M5U18DOtS2bn0lGig=";
};
vendorHash = "sha256-GuBjImliR3iOthOL1/4AtH2ldf5AecYXPoexHGxm4zs=";
vendorHash = "sha256-lMoEbNeSQFrMG8hCMaFRvyzt6kaPVP7Kse0i7NJY10I=";
ldflags = [
"-s"