tparse: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-11-08 14:08:37 +00:00
parent 557398e23b
commit b2a003ef83

View File

@ -5,7 +5,7 @@
}:
let
pname = "tparse";
version = "0.15.0";
version = "0.16.0";
in
buildGoModule {
inherit pname version;
@ -14,10 +14,10 @@ buildGoModule {
owner = "mfridman";
repo = pname;
rev = "v${version}";
hash = "sha256-CxoVu3WH2I/1wT5o/RGIrGFrGCQOC4vcUKMiH/Gv3aY=";
hash = "sha256-fljSjch09kQCpnZerI/h4SRCyxUydfFZGyOXsxmgYOk=";
};
vendorHash = "sha256-soIti6o8BUnarPf5/bcMJKdEG0oRpDLMkQM6RlbZQ5I=";
vendorHash = "sha256-gGmPQ8YaTk7xG5B8UPK7vOui5YFeEnkuGrAsf0eylXQ=";
ldflags = [
"-s"