Unverified Commit 5272a166 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

pup: unstable-2019-09-19 -> unstable-2022-03-06

parent d8b2a92d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "pup";
  version = "unstable-2019-09-19";
  version = "unstable-2022-03-06";

  src = fetchFromGitHub {
    owner = "ericchiang";
    repo = "pup";
    rev = "681d7bb639334bf485476f5872c5bdab10931f9a";
    sha256 = "1hx1k0qlc1bq6gg5d4yprn4d7kvqzagg6mi5mvb39zdq6c4y17vr";
    rev = "5a57cf111366c7c08999a34b2afd7ba36d58a96d";
    hash = "sha256-Ledg3xPbu71L5qUY033bru/lw03jws3s4YlAarIuqaA=";
  };

  vendorSha256 = null;
  vendorHash = "sha256-/MDSWIuSYNxKbTslqIooI2qKA8Pye0yJF2dY8g8qbWI=";

  meta = with lib; {
    description = "Parsing HTML at the command line";