Unverified Commit 0752b0e3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

pixi: 0.31.0 -> 0.34.0 (#349438)

parents 9a6c4abd 01c7c61a
Loading
Loading
Loading
Loading
+447 −439

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
  pname = "pixi";
  version = "0.31.0";
  version = "0.34.0";

  src = fetchFromGitHub {
    owner = "prefix-dev";
    repo = "pixi";
    rev = "v${version}";
    hash = "sha256-1Woi+HwlN1nP05/cMNj+FVqEVREy/+UivdWGD6lZSNY=";
    hash = "sha256-pXJna0WuosQ21u+ImIc70OaG63xVODLaWFkuYqxUc/Y=";
  };

  cargoLock = {