Unverified Commit 05b32750 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cloudlist: 1.3.0 -> 1.4.0 (#488926)

parents 22f25b90 3005c13d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule (finalAttrs: {
  pname = "cloudlist";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "projectdiscovery";
    repo = "cloudlist";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Tm2gqRZxfeu5gOndVeeFU9HCePpXyx/G73VzVuJRRzY=";
    hash = "sha256-SxrCkaHhlf/+rYcYjuE7UecQWoAhgVy+keRbc0py36k=";
  };

  vendorHash = "sha256-LkjJrxrK1N+6v6ilMT68lu21B3NemxdquMIA5e8r1a0=";
  vendorHash = "sha256-V+2ByID1/2yaxuy7OL21ZBzYgZchszMOblL0bNglcEY=";

  subPackages = [ "cmd/cloudlist/" ];