about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2020-03-05 08:39:15 +0000
committerGitHub <noreply@github.com>2020-03-05 08:39:15 +0000
commit706f13a787a2e89752c806f923078d1e3e8108c4 (patch)
tree3509027a8e6cb599955e45d8731b1f0491499fe9 /pkgs/development/tools
parent3d6cdfa24bd771b36e8c87241d17275dd144c7a3 (diff)
downloadnixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar.gz
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar.bz2
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar.lz
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar.xz
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.tar.zst
nixlib-706f13a787a2e89752c806f923078d1e3e8108c4.zip
mdsh: 0.3.0 -> 0.4.0 (#81802)
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/documentation/mdsh/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/documentation/mdsh/default.nix b/pkgs/development/tools/documentation/mdsh/default.nix
index 714ea15cd61e..7e21019ea3f3 100644
--- a/pkgs/development/tools/documentation/mdsh/default.nix
+++ b/pkgs/development/tools/documentation/mdsh/default.nix
@@ -2,20 +2,20 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mdsh";
-  version = "0.3.0";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "zimbatm";
     repo = "mdsh";
     rev = "v${version}";
-    sha256 = "1a9i6h8fzrrfzjyfxaps73lxgkz92k0bnmwbjbwdmiwci4qgi9ms";
+    sha256 = "0y0k6rsspvpia4lssals4c3rdz9fgvlrhwd8gw38say02hn5b7ip";
   };
 
-  cargoSha256 = "1fxajh1n0qvcdas6w7dy3g92wilhfldy90pyk3779mrnh57fa6n5";
+  cargoSha256 = "07f2ajg9jpp666915cwsjn5clmi9ghkw25qfqj0lj3kfj79n5ash";
 
   meta = with stdenv.lib; {
     description = "Markdown shell pre-processor";
-    homepage = https://github.com/zimbatm/mdsh;
+    homepage = "https://github.com/zimbatm/mdsh";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ zimbatm ];
     platforms = platforms.all;