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

polarity: latest-unstable-2025-05-19 -> latest-unstable-2025-06-06 (#414930)

parents 17c2b94d a8197e35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage rec {
  pname = "polarity";
  version = "latest-unstable-2025-05-19";
  version = "latest-unstable-2025-06-06";

  src = fetchFromGitHub {
    owner = "polarity-lang";
    repo = "polarity";
    rev = "b715e6529210242d79f304d34170eba8473174b2";
    hash = "sha256-/yq6fqjkZoEw4MhsOWlRdQciA/Wqds9TgCczcVQV8Rw=";
    rev = "421e73a38f57d0453d821332d4e25aa53476254d";
    hash = "sha256-eugXy+BhjshhALT8ZLhA8OvtqCM8wmiuG1yuNWsAGyo=";
  };

  useFetchCargoVendor = true;