mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #255265 from r-ryantm/auto-update/kodiPackages.simplejson
kodiPackages.simplejson: 3.17.0+matrix.2 -> 3.19.1+matrix.1
This commit is contained in:
commit
382ae24c76
@ -3,11 +3,11 @@
|
||||
buildKodiAddon rec {
|
||||
pname = "simplejson";
|
||||
namespace = "script.module.simplejson";
|
||||
version = "3.17.0+matrix.2";
|
||||
version = "3.19.1+matrix.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://mirrors.kodi.tv/addons/nexus/${namespace}/${namespace}-${version}.zip";
|
||||
sha256 = "sha256-XLE4x0qr3CFwWqh1BfSg9q+w6pWgFBXG7TyVJWeGQIs=";
|
||||
sha256 = "sha256-RJy75WAr0XmXnSrPjqKhFjWJnWo3c5IEtUGumcE/mRo=";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user