summary refs log tree commit diff
path: root/pkgs/applications/office/marp/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 17:44:59 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 17:44:59 -0700
commit4ee926e1438ebaeb615a76201b125700648e10c3 (patch)
treeed83d9c499ec8b2e668d69f5e791cadb69e82606 /pkgs/applications/office/marp/default.nix
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar.gz
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar.bz2
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar.lz
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar.xz
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.tar.zst
nixpkgs-4ee926e1438ebaeb615a76201b125700648e10c3.zip
marp: 0.0.12 -> 0.0.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marp/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13/bin/Marp had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.0.13 with grep in /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13
- directory tree listing: https://gist.github.com/d9ae780141c62a0f06dfa28225d45e9a
- du listing: https://gist.github.com/2b208d562d59a7343631492d214dbfd1
Diffstat (limited to 'pkgs/applications/office/marp/default.nix')
-rw-r--r--pkgs/applications/office/marp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/marp/default.nix b/pkgs/applications/office/marp/default.nix
index 7f6d93a11ae..6ff0cf1dfd0 100644
--- a/pkgs/applications/office/marp/default.nix
+++ b/pkgs/applications/office/marp/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "marp-${version}";
-  version = "0.0.12";
+  version = "0.0.13";
 
   src = fetchurl {
     url = "https://github.com/yhatt/marp/releases/download/v${version}/${version}-Marp-linux-x64.tar.gz";
-    sha256 = "0pljjkis9vb819d0akqmqnyakwgnvc3qqyg20yr13xms9a5iqv32";
+    sha256 = "1120mbw4mf7v4qfmss3121gkgp5pn31alk9cssxbrmdcsdkaq5ld";
   };
   sourceRoot = ".";