Skip to content

Commit

Permalink
Merge pull request NixOS#79865 from r-ryantm/auto-update/spdx-license…
Browse files Browse the repository at this point in the history
…-list-data

spdx-license-list-data: 3.7 -> 3.8
  • Loading branch information
marsam authored Feb 12, 2020
2 parents 48704fb + 59e0025 commit 50273a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/data/misc/spdx-license-list-data/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "spdx-license-list-data";
version = "3.7";
version = "3.8";

src = fetchFromGitHub {
owner = "spdx";
repo = "license-list-data";
rev = "v${version}";
sha256 = "1zll1d4apqh762iplzcm90v3yp3b36whc3vqx1vlmjgdrfss9jhn";
sha256 = "1pfy0vbs7sk7m670mclmlkpcanizdmgsm1qgwzrw28w3hxfq7gdb";
};

phases = [ "unpackPhase" "installPhase" ];
Expand All @@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "Various data formats for the SPDX License List";
homepage = "https://github.com/spdx/license-list-data";
license = lib.licenses.cc0;
platforms = lib.platforms.all;
};
}

0 comments on commit 50273a1

Please sign in to comment.