doc2go: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2023-08-09 21:59:01 +00:00
parent 195975b138
commit bcaa85f4a6

View File

@ -5,15 +5,15 @@
buildGoModule rec {
pname = "doc2go";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "abhinav";
repo = "doc2go";
rev = "v${version}";
hash = "sha256-iypcjj6FFsus9mrafLBX0u7bHnzs718aEWC5dO3q0es=";
hash = "sha256-CFqr1laPxKNhaluGmwW7apxLQqkAFKVznDKezH8gjx0=";
};
vendorHash = "sha256-IMqYCVGsspYigTmYNHD1b6Sgzxl47cdiCs+rq4C3Y08=";
vendorHash = "sha256-2WvlH69iYqIA3d9aFVec8TZL+pMJItoNKSoDBL/NNyg=";
ldflags = [ "-s" "-w" "-X main._version=${version}" ];