lol

reader: 0.4.5 -> 0.4.6 (#377836)

authored by

Nikolay Korotkiy and committed by
GitHub
3d229475 416097d7

+4 -4
+4 -4
pkgs/by-name/re/reader/package.nix
··· 6 6 let 7 7 self = buildGoModule { 8 8 pname = "reader"; 9 - version = "0.4.5"; 9 + version = "0.4.6"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "mrusme"; 13 13 repo = "reader"; 14 - rev = "v${self.version}"; 15 - hash = "sha256-9hZ7ZS+p6PoLKcuHS2re537wxojN2SzhOm5gBuRX9Xc="; 14 + tag = "v${self.version}"; 15 + hash = "sha256-Z0mDRL02wZfmPRVDTDV85MqI5Ztctqen7PmOSW5Ee48="; 16 16 }; 17 17 18 - vendorHash = "sha256-obYdifg3WrTyxgN/VtzgpL31ZOyPNtVT8UDQts0WodQ="; 18 + vendorHash = "sha256-6k6Zmwdpc4rBsahtU9nJmTUqfDZi6EeaJGVeLFzbY34="; 19 19 20 20 meta = { 21 21 description = "Lightweight tool offering better readability of web pages on the CLI";