lol

polarity: latest-unstable-2025-06-06 -> latest-unstable-2025-07-06 (#423027)

Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
MangoIV
and committed by
GitHub
2ef5d9b4 46d0f8a7

+4 -4
+4 -4
pkgs/by-name/po/polarity/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "polarity"; 10 - version = "latest-unstable-2025-06-06"; 10 + version = "latest-unstable-2025-07-06"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "polarity-lang"; 14 14 repo = "polarity"; 15 - rev = "421e73a38f57d0453d821332d4e25aa53476254d"; 16 - hash = "sha256-eugXy+BhjshhALT8ZLhA8OvtqCM8wmiuG1yuNWsAGyo="; 15 + rev = "f95159a91c712984a51103ea6b6f32ed7f59f4df"; 16 + hash = "sha256-iKhxvJtVeTIFQUgtlLPBH9Swvw8om61FxwahOov9xDs="; 17 17 }; 18 18 19 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-23qr4bEAsN75ONnNmym9eWH38fRoMmP1EkmOaka73Ko="; 20 + cargoHash = "sha256-bQVZEYQ9KRiG+DAl1XAEjhuXg+Rtt65srwL9yXBYhf0="; 21 21 22 22 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; 23 23