Commit 02b55c12 authored by R. RyanTM's avatar R. RyanTM
Browse files

polarity: latest-unstable-2025-10-30 -> latest-unstable-2025-11-06

parent 0ef82477
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-30";
  version = "latest-unstable-2025-11-06";

  src = fetchFromGitHub {
    owner = "polarity-lang";
    repo = "polarity";
    rev = "309532f08f8bac21b52708ccce0cedad42f0ab39";
    hash = "sha256-s/sDx9SWrsbNuidfDNQyXeJflvwvwwMH4IEiSQ6Fh24=";
    rev = "52211970b601db2e449ea6bc0a2e785d39c489c0";
    hash = "sha256-jDhkBrLbk9B9xeEZ4A7jp6at/Hp4q2A/egoFgY2xK8I=";
  };

  cargoHash = "sha256-DyqK5cxdsZWMr79clw8oRHTAAlzGzP8i4Vu/UXH/ptE=";
  cargoHash = "sha256-cH+cgYIUPQTHgGCZmP562VzCxz+i6LkymHtnHJXnd+A=";

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