Merge pull request #298794 from r-ryantm/auto-update/hishtory

hishtory: 0.277 -> 0.282
This commit is contained in:
Nick Cao 2024-03-25 13:57:23 -04:00 committed by GitHub
commit e1eecbd8de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "hishtory";
version = "0.277";
version = "0.282";
src = fetchFromGitHub {
owner = "ddworken";
repo = pname;
rev = "v${version}";
hash = "sha256-Gb2E9IlXU+3WuEDIh/McwoHPEUqVAxMeaGVmers5Hvw=";
hash = "sha256-vuIeNa2Kr19L2lHTtsamjvnMsNNPQYU0yOPXXtXAOvA=";
};
vendorHash = "sha256-qWKLYGDbL5LL3CjD2yz9CjwAM6lL9Pjnbk+ERCmW94c=";
vendorHash = "sha256-MUE6cq3mTRUcxO+lhAWr73wAzSYv9eMmv9Twpq/QHTc=";
ldflags = [ "-X github.com/ddworken/hishtory/client/lib.Version=${version}" ];