mdfried: 0.12.2 -> 0.12.4 (#429094)

This commit is contained in:
Weijia Wang 2025-08-05 05:20:21 +02:00 committed by GitHub
commit 8b69a64217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "mdfried"; pname = "mdfried";
version = "0.12.2"; version = "0.12.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "benjajaja"; owner = "benjajaja";
repo = "mdfried"; repo = "mdfried";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-k40Ir/GQeJ08h11b8u/VEx89lPFQ0sLNGG1Bmx+tKPI="; hash = "sha256-V4mSMBvezkIp7+95W3DiGYIFiNPC3g535j3gnske3eU=";
}; };
cargoHash = "sha256-IUmPQozLjaaFlcmEjZQ9IyvSRUlIZUxQDPWrpvaDArk="; cargoHash = "sha256-xAoe6IeI9VBnofC/yuOAbKjsWyHV5AG4KwmyptQzRsQ=";
doCheck = true; doCheck = true;