Commit 333ad666 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 618448e3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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" ]; };