Merge pull request #79865 from r-ryantm/auto-update/spdx-license-list-data

spdx-license-list-data: 3.7 -> 3.8
This commit is contained in:
Mario Rodas 2020-02-11 20:21:29 -05:00 committed by GitHub
commit 50273a1e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "spdx-license-list-data"; pname = "spdx-license-list-data";
version = "3.7"; version = "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spdx"; owner = "spdx";
repo = "license-list-data"; repo = "license-list-data";
rev = "v${version}"; rev = "v${version}";
sha256 = "1zll1d4apqh762iplzcm90v3yp3b36whc3vqx1vlmjgdrfss9jhn"; sha256 = "1pfy0vbs7sk7m670mclmlkpcanizdmgsm1qgwzrw28w3hxfq7gdb";
}; };
phases = [ "unpackPhase" "installPhase" ]; phases = [ "unpackPhase" "installPhase" ];
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "Various data formats for the SPDX License List"; description = "Various data formats for the SPDX License List";
homepage = "https://github.com/spdx/license-list-data"; homepage = "https://github.com/spdx/license-list-data";
license = lib.licenses.cc0; license = lib.licenses.cc0;
platforms = lib.platforms.all;
}; };
} }