pkgs: dorian update
This commit is contained in:
parent
efbfe8bc0d
commit
2146928006
1 changed files with 3 additions and 3 deletions
|
@ -40,13 +40,13 @@ in
|
||||||
# https://github.com/NixOS/nixpkgs/pull/194475
|
# https://github.com/NixOS/nixpkgs/pull/194475
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "dorion";
|
pname = "dorion";
|
||||||
version = "6.4.1";
|
version = "6.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SpikeHD";
|
owner = "SpikeHD";
|
||||||
repo = "Dorion";
|
repo = "Dorion";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-La58qj9acZzTG7WDfnBNdVWzAjOYVkIZzO8uyjQvt6o=";
|
hash = "sha256-EetRPa2v2UBav+UwprG7TgcswNzbjfBMvP4xlYOnWYI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoPatches = [
|
cargoPatches = [
|
||||||
|
@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildAndTestSubdir = cargoRoot;
|
buildAndTestSubdir = cargoRoot;
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-5qK1IRaUrf4pYDmoBZoR6q6rL06irurwo4v5JLX+Io4=";
|
cargoHash = "sha256-+AVmg/fyIsyksOoGwphePdd+9VtklTO1SFWlM+FBgbE=";
|
||||||
|
|
||||||
pnpmDeps = pnpm_9.fetchDeps {
|
pnpmDeps = pnpm_9.fetchDeps {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
|
|
Loading…
Reference in a new issue