Skip to content

Commit

Permalink
ejs: 3.1.9 -> 3.1.10 (#343876)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 25, 2024
2 parents b0be237 + 7a3290b commit f0420b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -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=";
Expand All @@ -29,6 +32,6 @@ buildNpmPackage rec {
homepage = "http://ejs.co";
license = lib.licenses.asl20;
mainProgram = "ejs";
maintainers = [ ];
maintainers = with lib.maintainers; [ momeemt ];
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit f0420b5

Please sign in to comment.