polarity: latest-unstable-2025-09-25 -> latest-unstable-2025-10-09

This commit is contained in:
R. Ryantm
2025-10-10 03:12:03 +00:00
parent 53ba29feb0
commit e2058bc6f9
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-09-25";
version = "latest-unstable-2025-10-09";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "e582716daae20d534f7c7ecc58569bfd28d679f2";
hash = "sha256-L9eBD8rA8cBdd2FFeyFKSl8/lse1OlgogEOTkVYkxHo=";
rev = "08e5ab1593ec2658bcd87b8e915098c218112691";
hash = "sha256-cJDdPUNx7greggrNXuRJ+vq+cr8FlacaSNGIamJSdck=";
};
cargoHash = "sha256-EB6DlhD+0oneAGhLHi3bWnnFUIfNdKeW52umWHZEP7c=";
cargoHash = "sha256-ikjFczHc7iPUAksbo9URQN4YCz6DP61p5HhOEhZTqo0=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };