pixi: 0.40.2 -> 0.40.3 (#378732)

authored by Gaétan Lepage and committed by GitHub b6aef295 42323575

+3 -3
+3 -3
pkgs/by-name/pi/pixi/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "pixi"; 17 - version = "0.40.2"; 17 + version = "0.40.3"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "prefix-dev"; 21 21 repo = "pixi"; 22 22 tag = "v${version}"; 23 - hash = "sha256-FR1eqWFCrDtfJld1vlt3KB1X2cORRXl9NF0cex18UKE="; 23 + hash = "sha256-PxG5bbHcpPOc4wAqxsiGkw1NeS3ya4/cZcDSg4LgX6Q="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-8S2UInDpcxA3BdKnxZLrfrUN6v2MSmvBrVHJyTBAEqQ="; 27 + cargoHash = "sha256-0jWtbCcj4BTCBuW+KenBG/MCcRWWn8WHrTEJdkIyMes="; 28 28 29 29 nativeBuildInputs = [ 30 30 pkg-config