Unverified Commit 9caffcff authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #242164 from aaronjheng/go-license-detector

go-license-detector: 4.3.0 -> 4.3.1
parents 336033db d0b989dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "go-license-detector";
  version = "4.3.0";
  version = "4.3.1";

  src = fetchFromGitHub {
    owner = "go-enry";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-MubQpxpUCPDBVsEz4NmY8MFEoECXQtzAaZJ89vv5bDc=";
    hash = "sha256-S9LKXjn5dL5FETOOAk+bs7bIVdu2x7MIhfjpZuXzuLo=";
  };

  vendorSha256 = "sha256-a9yCnGg+4f+UoHbGG8a47z2duBD3qXcAzPKnE4PQsvM=";
  vendorHash = "sha256-MtQsUsFd9zQGbP7NGZ4zcSoa6O2WSWvGig0GUwCc6uM=";

  nativeCheckInputs = [ git ];