dorion: 6.7.1 -> 6.8.0 (#416706)

Co-authored-by: nyabinary <nyabinary@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-18 18:04:04 +00:00 committed by GitHub
commit a91e2d997f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,13 @@ in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dorion";
version = "6.7.1";
version = "6.8.0";
src = fetchFromGitHub {
owner = "SpikeHD";
repo = "Dorion";
tag = "v${finalAttrs.version}";
hash = "sha256-d4G3royqhz+te5wPWVLNqqG/w0qOvTd7dKcWSzxUMUo=";
hash = "sha256-RvaGCAqAcWYA3v7AkdKMiM10Cki0jI418pbHPlVUnCg=";
};
cargoPatches = [
@ -55,7 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildAndTestSubdir = finalAttrs.cargoRoot;
useFetchCargoVendor = true;
cargoHash = "sha256-1xpAJkS31DjrZCY5WJ4/Z1t1ALED5gz7xYLhVR1Qzww=";
cargoHash = "sha256-jLMXwW5q4MyCblw28tmheKGPAIn3BLuceyAtoS4J7bc=";
pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs) pname version src;