polarity: latest-unstable-2025-10-09 -> latest-unstable-2025-10-14 (#452534)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-16 10:02:50 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-10-09";
version = "latest-unstable-2025-10-14";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "08e5ab1593ec2658bcd87b8e915098c218112691";
hash = "sha256-cJDdPUNx7greggrNXuRJ+vq+cr8FlacaSNGIamJSdck=";
rev = "cd882ce79d4ebd4527f87386dba32574cefc9535";
hash = "sha256-aRFAWIp8luAofr/5rSNYZQgjsZFeU8xvTE7RrnHRKKI=";
};
cargoHash = "sha256-ikjFczHc7iPUAksbo9URQN4YCz6DP61p5HhOEhZTqo0=";
cargoHash = "sha256-yU+P8CqefuyDDYiaoslQ58HsXDT6iKzmNYekZwaaL3A=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };