{earbuds,espanso,evebox,elmPackages.elm-test-rs}: use fetchCargoVendor (#388183)

This commit is contained in:
Arne Keller
2025-03-09 14:32:32 +01:00
committed by GitHub
8 changed files with 9 additions and 10502 deletions
-2534
View File
File diff suppressed because it is too large Load Diff
+2 -7
View File
@@ -26,13 +26,8 @@ rustPlatform.buildRustPackage {
./fix-daemon.patch
];
# git dependencies are currently not supported in the fixed-output derivation fetcher.
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"galaxy_buds_rs-0.2.10" = "sha256-95PBmGwHJiXi72Rir8KK7as+i9yjs5nf45SaBhj1geg=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-Y1pMmWxfXGcEFPj05/BpXQvd199O5l6hJmePNxMQc/Y=";
nativeBuildInputs = [
pkg-config
-3910
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -40,12 +40,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-4MArENBmX6tDVLZE1O8cuJe7A0R+sLZoxBkDvIwIVZ4=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"yaml-rust-0.4.6" = "sha256-wXFy0/s4y6wB3UO19jsLwBdzMy7CGX4JoUt5V6cU7LU=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-2Hf492/xZ/QGqDYbjiZep/FX8bPyEuoxkMJ4qnMqu+c=";
nativeBuildInputs = [
extra-cmake-modules
-3007
View File
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -16,12 +16,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-vakCBDyL/Su55tkn/SJ5ShZcYC8l+p2acpve/fTN0uI=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"suricatax-rule-parser-0.1.0" = "sha256-qwkZFmvgfXrH0zHPq/dVfxpWkulPDT+CzPQQHfeBotg=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-b3PQQlSRt1ysnJIkBXdG1KRUdEJ8h1WLzbmZXx9VjqU=";
meta = {
description = "Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search";
File diff suppressed because it is too large Load Diff
@@ -28,12 +28,9 @@ rustPlatform.buildRustPackage rec {
]
);
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"pubgrub-dependency-provider-elm-0.1.0" = "sha256-00J5XZfmuB4/fgB06aaXrRjdmOpOsSwA3dC3Li1m2Cc=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-F3/v4zYGZRv1PRVl/Tas+e0pc/dTM6ina+/c63KVuZY=";
# Tests perform networking and therefore can't work in sandbox
doCheck = false;