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

pixi: 0.42.1 -> 0.43.3 (#393157)

parents 4abafaa2 e5b79374
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,17 +14,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "pixi";
  version = "0.42.1";
  version = "0.43.3";

  src = fetchFromGitHub {
    owner = "prefix-dev";
    repo = "pixi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ixA/vgnLF7sStooD0zkaTUoTIK1flQuqsruZVc9HbEI=";
    hash = "sha256-FWUnab6mj4Xq3k3GLQFKrlZkWxX3fqHZujwuK3sbgbg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-CJ4FCKYZQe0uCJo7XPzTPHViW3gDrJkacWczBkfctWY=";
  cargoHash = "sha256-Ioqw8ddpJWiPB8wniLsteaWzDXIORoOsHitGVQ2uPBw=";

  nativeBuildInputs = [
    pkg-config