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

This commit is contained in:
Aaron Jheng 2023-07-12 09:08:35 +00:00
parent d8b2a92df4
commit 5272a16627
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -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";