mcat-unwrapped: 0.4.6 -> 0.6.1 (#522037)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-25 15:14:43 +00:00
committed by GitHub
+8 -3
View File
@@ -9,21 +9,26 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mcat-unwrapped";
version = "0.4.6";
version = "0.6.1";
src = fetchFromGitHub {
owner = "Skardyy";
repo = "mcat";
tag = "v${finalAttrs.version}";
hash = "sha256-8NWWEV/1Kk3s/Ip6Mtt2uSX8lhsaVFmkldBG1qyCTrM=";
hash = "sha256-zedVMX3JV0jHSUzSY3x9Olimy4Y6GrNVGRSc6Eev9ow=";
};
cargoHash = "sha256-VrJMM++giBJQt+8YBPu370AScLTOgaLZNiRP3wk9nt8=";
cargoHash = "sha256-szqXS2CRfHoCtt6Lq1DuVb199mIuf7HUPiN7fj5BGtc=";
nativeBuildInputs = [
installShellFiles
];
checkFlags = [
# Requires network access: the test embeds a remote URL in the SVG.
"--skip=stdin_svg_output_is_image"
];
postInstall =
let
mcat =