Merge pull request #295934 from pbsds/bump-polaris-1710429726

polaris: 0.14.1 -> 0.14.2
This commit is contained in:
Peder Bergebakken Sundt 2024-03-15 00:49:32 +01:00 committed by GitHub
commit 5ed2a8b685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2736 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "polaris";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "agersant";
repo = "polaris";
rev = version;
hash = "sha256-YI2IBlZm+RIFcZgXYh9HdxVpSMjPN/s9oBXDrb2V3iE=";
hash = "sha256-UC66xRL9GyTPHJ3z0DD/yyI9GlyqelCaHHDyl79ptJg=";
# The polaris version upstream in Cargo.lock is "0.0.0".
# We're unable to simply patch it in the patch phase due to
@ -30,9 +30,7 @@ rustPlatform.buildRustPackage rec {
'';
};
cargoLock = {
lockFile = ./Cargo.lock;
};
cargoHash = "sha256-+4WN6TTIzVu3Jj0SfPq2jnYh0oWRo/C4qDMeJLrj1kk=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.Security