dorion: 6.7.1 -> 6.8.0 (#416706)
Co-authored-by: nyabinary <nyabinary@users.noreply.github.com>
This commit is contained in:
commit
a91e2d997f
@ -38,13 +38,13 @@ in
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "dorion";
|
pname = "dorion";
|
||||||
version = "6.7.1";
|
version = "6.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SpikeHD";
|
owner = "SpikeHD";
|
||||||
repo = "Dorion";
|
repo = "Dorion";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-d4G3royqhz+te5wPWVLNqqG/w0qOvTd7dKcWSzxUMUo=";
|
hash = "sha256-RvaGCAqAcWYA3v7AkdKMiM10Cki0jI418pbHPlVUnCg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoPatches = [
|
cargoPatches = [
|
||||||
@ -55,7 +55,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
buildAndTestSubdir = finalAttrs.cargoRoot;
|
buildAndTestSubdir = finalAttrs.cargoRoot;
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-1xpAJkS31DjrZCY5WJ4/Z1t1ALED5gz7xYLhVR1Qzww=";
|
cargoHash = "sha256-jLMXwW5q4MyCblw28tmheKGPAIn3BLuceyAtoS4J7bc=";
|
||||||
|
|
||||||
pnpmDeps = pnpm_9.fetchDeps {
|
pnpmDeps = pnpm_9.fetchDeps {
|
||||||
inherit (finalAttrs) pname version src;
|
inherit (finalAttrs) pname version src;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user