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