summary refs log tree commit diff
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2020-05-08 23:25:31 +0200
committerzimbatm <zimbatm@zimbatm.com>2020-05-08 23:25:31 +0200
commit5cb26d71a7f8a1f8995db88514b58f86a232c6b7 (patch)
treeee0be7b650415a4a2f015b904a3c9fa4998f2fdf
parentd72ba9143d6ef3fffd60c39deb585ac6eeb03ecb (diff)
downloadnixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar.gz
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar.bz2
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar.lz
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar.xz
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.tar.zst
nixpkgs-5cb26d71a7f8a1f8995db88514b58f86a232c6b7.zip
mdsh: 0.4.0 -> 0.5.0
-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 7e21019ea3f..e5d9143f61c 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.4.0";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "zimbatm";
     repo = "mdsh";
     rev = "v${version}";
-    sha256 = "0y0k6rsspvpia4lssals4c3rdz9fgvlrhwd8gw38say02hn5b7ip";
+    sha256 = "sha256-VF6GZxWZbrJNixE3wItF4CtVpj9NuKjdotNXrYujugs=";
   };
 
-  cargoSha256 = "07f2ajg9jpp666915cwsjn5clmi9ghkw25qfqj0lj3kfj79n5ash";
+  cargoSha256 = "sha256-b8xXaWACDJ143i8UV3DJDjqu8HiXdO4fe6YDR/GcHoU=";
 
   meta = with stdenv.lib; {
     description = "Markdown shell pre-processor";