Unverified Commit a91e2d99 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

dorion: 6.7.1 -> 6.8.0 (#416706)

parents 106daa38 1091d692
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;