Skip to content

Commit

Permalink
markedjs: 15.0.4 -> 15.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
proxmox-update committed Jan 18, 2025
1 parent 4ad21ba commit 45b0735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/markedjs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildNpmPackage rec {
pname = "markedjs";
version = "15.0.4";
version = "15.0.6";

src = fetchFromGitHub {
owner = "markedjs";
repo = "marked";
rev = "v${version}";
hash = "sha256-opYsbQLliSEz2nYGHuqM/QeYcqEh7LQtqLzc1ppByHI=";
hash = "sha256-GEhRP21dMim8G2B7XGqEouNcoAkVJ+WIoAFtliYympM=";
};

npmDepsHash = "sha256-e1AnslmDu831L3lD2eS+mGskKJ2s15fCwQkgLtFzP+o=";
npmDepsHash = "sha256-wH39zeR+26Cbs7djP24ND1Aj0BQtjLOD+F2iJAWpEuA=";

passthru.updateScript = nix-update-script { extraArgs = [ "--flake" ]; };

Expand Down

0 comments on commit 45b0735

Please sign in to comment.