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
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "dorion";
|
||||
version = "6.4.1";
|
||||
version = "6.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SpikeHD";
|
||||
repo = "Dorion";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-La58qj9acZzTG7WDfnBNdVWzAjOYVkIZzO8uyjQvt6o=";
|
||||
hash = "sha256-EetRPa2v2UBav+UwprG7TgcswNzbjfBMvP4xlYOnWYI=";
|
||||
};
|
||||
|
||||
cargoPatches = [
|
||||
|
@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
|
|||
buildAndTestSubdir = cargoRoot;
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-5qK1IRaUrf4pYDmoBZoR6q6rL06irurwo4v5JLX+Io4=";
|
||||
cargoHash = "sha256-+AVmg/fyIsyksOoGwphePdd+9VtklTO1SFWlM+FBgbE=";
|
||||
|
||||
pnpmDeps = pnpm_9.fetchDeps {
|
||||
inherit pname version src;
|
||||
|
|
Loading…
Reference in a new issue