Unverified Commit 896a7d40 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

polarity: latest-unstable-2025-10-14 -> latest-unstable-2025-10-27 (#456398)

parents 717ae43f 80064016
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-14";
  version = "latest-unstable-2025-10-27";

  src = fetchFromGitHub {
    owner = "polarity-lang";
    repo = "polarity";
    rev = "cd882ce79d4ebd4527f87386dba32574cefc9535";
    hash = "sha256-aRFAWIp8luAofr/5rSNYZQgjsZFeU8xvTE7RrnHRKKI=";
    rev = "bac4a2ba743551fe5986d8b4e840ee53ae8e065d";
    hash = "sha256-7sp/7U1AoudUEEM9Pa4BcXNRiym70MnOx3NiSUOQb9o=";
  };

  cargoHash = "sha256-yU+P8CqefuyDDYiaoslQ58HsXDT6iKzmNYekZwaaL3A=";
  cargoHash = "sha256-DyqK5cxdsZWMr79clw8oRHTAAlzGzP8i4Vu/UXH/ptE=";

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };