hieroglypic: migrate to new fetcher

This commit is contained in:
TomaSajt
2024-11-15 13:09:17 +01:00
parent 66855adbbf
commit bbda9b4352
2 changed files with 3 additions and 1455 deletions
File diff suppressed because it is too large Load Diff
+3 -7
View File
@@ -28,13 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8UUFatJwtxqumhHd0aiPk6nKsaaF/jIIqMFxXye0X8U=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace
# inheritance within Git dependencies, but importCargoLock does.
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"detexify-0.4.0" = "sha256-BPOHNr3pwu2il3/ERko+WHAWby4rPR49i62tXDlDRu0=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-JHlvSo5wl0G9yF9KIwFXILu7T0Pv6f6JC0Q90wfuD94=";
};
nativeBuildInputs = [