Merge pull request #24403 from puffnfresh/package/marp

marp: 0.0.9 -> 0.0.10
This commit is contained in:
Pascal Wittmann 2017-03-28 13:22:37 +02:00 committed by GitHub
commit 5783eb9511

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "marp-${version}";
version = "0.0.9";
version = "0.0.10";
src = fetchurl {
url = "https://github.com/yhatt/marp/releases/download/v${version}/${version}-Marp-linux-x64.tar.gz";
sha256 = "142c35d88rkgjy85f4204givgx0p1qyfpipbrsa11lp3cb6jzhn2";
sha256 = "0x4qldbyvq88cs12znxv33bb0nxr3wxcwhyr97pkjrjc2cn7nphx";
};
sourceRoot = ".";