Skip to content

Commit

Permalink
Merge pull request NixOS#320354 from marcusramberg/marcus/up_marp
Browse files Browse the repository at this point in the history
marp-cli: 3.2.0 -> 3.4.0
  • Loading branch information
stigtsp committed Jun 19, 2024
2 parents 6a8cbf2 + 4db07aa commit 66a9a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/typesetting/marp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "marp-cli";
version = "3.2.0";
version = "3.4.0";

src = fetchFromGitHub {
owner = "marp-team";
repo = "marp-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-bx5mq5KI85qUct/9Hr6mby6dWmRkmpVbiIw+M8PZas8=";
hash = "sha256-azscuPkQ9/xcQtBg+5pJigXSQQVtBGvbd7ZwiLwU7Qo=";
};

offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-BogCt7ezmWxv2YfhljHYoBf47/FHR0qLZosjnoQhqgs=";
hash = "sha256-b/JyhsfXEbmM6+ajrjL65WhX9u9MEH+m1NHE6cTyf2g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 66a9a80

Please sign in to comment.