Unverified Commit 69874bff authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mdsh: 0.9.0 -> 0.9.1 (#389985)

parents 65f391dc 2ab618ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "mdsh";
  version = "0.9.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "zimbatm";
    repo = "mdsh";
    rev = "v${version}";
    hash = "sha256-vN8nFhbZgJIhFuFET9IOmdxT7uBKq/9X+TO9lZsDw6g=";
    hash = "sha256-MCudMeiqEbzOL9m50hccvogAUBaUeILm/Hu4nH04GXU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-kNe0WzW/9kcocRHR1FMKKIMnyZceqzShWQ9Cf7mAx0c=";
  cargoHash = "sha256-73wlW8Zat3/crJIcfqZ/9mCPxGDXH+A+3jvYZBHDjUk=";

  meta = with lib; {
    description = "Markdown shell pre-processor";