polaris: 0.14.1 -> 0.14.2

Also devendors the Cargo.lock
This commit is contained in:
Peder Bergebakken Sundt 2024-03-14 16:24:22 +01:00
parent 18d2b24a84
commit 491e60c69e
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