lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

spdx-license-list-data: 3.21 -> 3.22

- https://github.com/spdx/license-list-data/releases/tag/v3.22
- https://github.com/spdx/license-list-XML/releases/tag/v3.22

+2 -2
+2 -2
pkgs/data/misc/spdx-license-list-data/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "spdx-license-list-data"; 5 - version = "3.21"; 5 + version = "3.22"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "spdx"; 9 9 repo = "license-list-data"; 10 10 rev = "v${version}"; 11 - hash = "sha256-dv8aC4giD0JqaYN19eCHzEbmwXhqX+ZrKrwit9tzf5Y="; 11 + hash = "sha256-ZADijP8TKMSXJApY7pVTJoqsEPPL8PX7dUFJHFX5utw="; 12 12 }; 13 13 14 14 # List of file formats to package.