summary refs log tree commit diff
path: root/pkgs/development/tools/documentation/mdsh
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-10-20 00:33:28 +0200
committerzimbatm <zimbatm@zimbatm.com>2019-10-20 00:33:28 +0200
commit639a0eafcb3c5ee215e4ed5758b276d597674262 (patch)
treee9e916962a7ff29db591c06e54fc45ae1a07eb20 /pkgs/development/tools/documentation/mdsh
parente36dca06241e67b3a4f54d6bc0a8f08f4c14d96f (diff)
downloadnixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar.gz
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar.bz2
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar.lz
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar.xz
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.tar.zst
nixpkgs-639a0eafcb3c5ee215e4ed5758b276d597674262.zip
mdsh: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs/development/tools/documentation/mdsh')
-rw-r--r--pkgs/development/tools/documentation/mdsh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/documentation/mdsh/default.nix b/pkgs/development/tools/documentation/mdsh/default.nix
index 3cc64602508..2ca2ef29dd2 100644
--- a/pkgs/development/tools/documentation/mdsh/default.nix
+++ b/pkgs/development/tools/documentation/mdsh/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mdsh";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "zimbatm";
     repo = "mdsh";
     rev = "v${version}";
-    sha256 = "1751lll93cimyj7bxxdwdxn5w0zb2mzjpbnk1c93jfsvzlz1wzbl";
+    sha256 = "1a9i6h8fzrrfzjyfxaps73lxgkz92k0bnmwbjbwdmiwci4qgi9ms";
   };
 
-  cargoSha256 = "0b8rg4pz4mpm60iwwmfw4l1p1g9sh1fwf693aqxi8g4vrjf0zniv";
+  cargoSha256 = "0rarpzfigyxr6s0ba13z00kvnms29qkjfbfjkay72mb6xn7f1059";
   verifyCargoDeps = true;
 
   meta = with stdenv.lib; {