ejs: 3.1.9 -> 3.1.10 (#343876)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-25 10:54:08 +02:00 committed by GitHub
commit f0420b5ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -1,17 +1,20 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
let
version = "3.1.10";
in
buildNpmPackage {
pname = "ejs";
version = "3.1.9";
inherit version;
src = fetchFromGitHub {
owner = "mde";
repo = "ejs";
rev = "v${version}";
hash = "sha256-bOZclhsnV3onxc32ZGfLpuGS5Jz6S12/BmkmwL4M6Dg=";
hash = "sha256-3Rq+7oiYJlIY7sGPasx728sz2zj0ndAvKpHGsQX4tlc=";
};
npmDepsHash = "sha256-829eWfJiMw9KRlhdmzD0ha//bgUQ5nPEzO+ayUPLxXY=";
@ -29,6 +32,6 @@ buildNpmPackage rec {
homepage = "http://ejs.co";
license = lib.licenses.asl20;
mainProgram = "ejs";
maintainers = [ ];
maintainers = with lib.maintainers; [ momeemt ];
};
}

View File

@ -1685,8 +1685,6 @@ with pkgs;
crypto-tracker = callPackage ../tools/misc/crypto-tracker { };
ejs = callPackage ../development/tools/ejs { };
ejson2env = callPackage ../tools/admin/ejson2env { };
davinci-resolve = callPackage ../applications/video/davinci-resolve { };