1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2022-03-06";
7 src = fetchFromGitHub {
10 rev = "5a57cf111366c7c08999a34b2afd7ba36d58a96d";
11 hash = "sha256-Ledg3xPbu71L5qUY033bru/lw03jws3s4YlAarIuqaA=";
14 vendorHash = "sha256-/MDSWIuSYNxKbTslqIooI2qKA8Pye0yJF2dY8g8qbWI=";
17 description = "Parsing HTML at the command line";
19 homepage = "https://github.com/ericchiang/pup";
20 license = licenses.mit;
21 maintainers = with maintainers; [ yana ];