reader: 0.4.5 -> 0.4.6 (#377836)
This commit is contained in:
commit
3d2294753d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user