reader: 0.4.5 -> 0.4.6 (#377836)

This commit is contained in:
Nikolay Korotkiy 2025-02-02 15:53:08 +04:00 committed by GitHub
commit 3d2294753d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
let let
self = buildGoModule { self = buildGoModule {
pname = "reader"; pname = "reader";
version = "0.4.5"; version = "0.4.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mrusme"; owner = "mrusme";
repo = "reader"; repo = "reader";
rev = "v${self.version}"; tag = "v${self.version}";
hash = "sha256-9hZ7ZS+p6PoLKcuHS2re537wxojN2SzhOm5gBuRX9Xc="; hash = "sha256-Z0mDRL02wZfmPRVDTDV85MqI5Ztctqen7PmOSW5Ee48=";
}; };
vendorHash = "sha256-obYdifg3WrTyxgN/VtzgpL31ZOyPNtVT8UDQts0WodQ="; vendorHash = "sha256-6k6Zmwdpc4rBsahtU9nJmTUqfDZi6EeaJGVeLFzbY34=";
meta = { meta = {
description = "Lightweight tool offering better readability of web pages on the CLI"; description = "Lightweight tool offering better readability of web pages on the CLI";