fresh-editor: 0.4.6 -> 0.4.10

This commit is contained in:
chillcicada
2026-09-04 09:47:23 +08:00
committed by Sizhe Zhao
parent 628d4144be
commit 620e43992d

View File

@@ -13,16 +13,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "fresh";
version = "0.4.6";
version = "0.4.10";
src = fetchFromGitHub {
owner = "sinelaw";
repo = "fresh";
tag = "v${finalAttrs.version}";
hash = "sha256-jL8msC8YTmrD/FHcGHbyuBGqnZmYkYr+pZb3HKYrvQw=";
hash = "sha256-TrWsqoFvARUBoSLLm0mHdidIOCzNldBun8U7BsMUHVI=";
};
cargoHash = "sha256-hWFGKvob0DuIX2rP20Iq15nTSTpUBxLURiVwI5LNBII=";
cargoHash = "sha256-xmsgsSoJ8INa0BE6LpebBSBTXMmjGmqkCPmEZSxYDP0=";
__structuredAttrs = true;
@@ -60,6 +60,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
checkFlags = [
"--skip=e2e::"
"--skip=services::plugins::embedded::tests::test_extract_plugins"
# require network access
"--skip=services::release_checker::tests::the_release_feed_override_is_shared_by_check_and_update"
];
cargoTestFlags = [
"--lib"