polarity: latest-unstable-2025-03-26 -> latest-unstable-2025-04-06 (#396733)

Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-07 07:35:34 +00:00 committed by GitHub
commit 6e18bb9872
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "polarity"; pname = "polarity";
version = "latest-unstable-2025-03-26"; version = "latest-unstable-2025-04-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "polarity-lang"; owner = "polarity-lang";
repo = "polarity"; repo = "polarity";
rev = "73c91061930cf10002aae4f2dd7ac301af20dfdc"; rev = "3d661ea0485a83b0c1065595839cb2d9d594e4e8";
hash = "sha256-EN4xOBIrIrNBd/YQPc1xRagAvCdvEH83shb2axj9xX0="; hash = "sha256-4NeDOGzCq211SVVtfISq/Z901Et1zYhMQ/t7eNEBW9Y=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-wpO7JYLjuEbKc/a4WO4KeUxdDCI1BswvgvSH+sFh1V0="; cargoHash = "sha256-S0d64jFKiyGVIFH8HhT4mzBEVUPDIMevvClTeqy0/28=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };