mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-16 04:10:04 +00:00
fresh-editor: 0.4.6 -> 0.4.10
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user