Jost Alemann 2025-06-30 12:49:24 +02:00
parent 14c234a296
commit 98105980f1

View File

@ -5,13 +5,13 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "markdown-oxide"; pname = "markdown-oxide";
version = "0.25.2"; version = "0.25.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Feel-ix-343"; owner = "Feel-ix-343";
repo = "markdown-oxide"; repo = "markdown-oxide";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-LXFZAMxg2Mlatwx7d4ozofr7H9nrqDxai9U/oB4vkqA="; hash = "sha256-LBY7hLen6jhOBsOIl9f5rFVH66FbLbuYgLl1xtzTRQg=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;