about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStig <stig@stig.io>2024-06-19 17:38:35 +0200
committerGitHub <noreply@github.com>2024-06-19 17:38:35 +0200
commit66a9a80d837038f9c77099668bf255025891784f (patch)
treef1002712778c426cf3bcf12fe918b07fd71c6ed5
parent6a8cbf2c15670147a2932cc21fa022f3d344f185 (diff)
parent4db07aa7c3c70179468175b31f4ae9b79917927e (diff)
Merge pull request #320354 from marcusramberg/marcus/up_marp
marp-cli: 3.2.0 -> 3.4.0
-rw-r--r--pkgs/tools/typesetting/marp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/marp/default.nix b/pkgs/tools/typesetting/marp/default.nix
index b61cc4dcdf661..2412935a0f9d3 100644
--- a/pkgs/tools/typesetting/marp/default.nix
+++ b/pkgs/tools/typesetting/marp/default.nix
@@ -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 = [