mdsh: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-03-15 01:00:23 +00:00
parent 7d7f86a08e
commit 2ab618ae4e
+3 -3
View File
@@ -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";