Commit 4a1cf8ac authored by R. RyanTM's avatar R. RyanTM
Browse files

pixi-pack: 0.6.2 -> 0.6.6

parent 6ed432a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "pixi-pack";
  version = "0.6.2";
  version = "0.6.6";

  src = fetchFromGitHub {
    owner = "Quantco";
    repo = "pixi-pack";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ccKJtGKhfYiJm8/2yOlCZtRECvax1dTgtNOtabzfhI4=";
    hash = "sha256-U5I/wc0HDoi+EHQ3JIs2S/ky/uH5pA1KaTuTo6Bllus=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-+rwG9lPK0Ec7CCtVccwGrFOqfZqeXNA3WsN1QivABQA=";
  cargoHash = "sha256-RqTaBs+kU8j6TmeX7cROZPEN4CeTKojwRJtXvfj2f8w=";

  buildInputs = [ openssl ];