Loading pkgs/by-name/po/polarity/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ rustPlatform.buildRustPackage rec { pname = "polarity"; version = "latest-unstable-2025-06-06"; version = "latest-unstable-2025-07-06"; src = fetchFromGitHub { owner = "polarity-lang"; repo = "polarity"; rev = "421e73a38f57d0453d821332d4e25aa53476254d"; hash = "sha256-eugXy+BhjshhALT8ZLhA8OvtqCM8wmiuG1yuNWsAGyo="; rev = "f95159a91c712984a51103ea6b6f32ed7f59f4df"; hash = "sha256-iKhxvJtVeTIFQUgtlLPBH9Swvw8om61FxwahOov9xDs="; }; useFetchCargoVendor = true; cargoHash = "sha256-23qr4bEAsN75ONnNmym9eWH38fRoMmP1EkmOaka73Ko="; cargoHash = "sha256-bQVZEYQ9KRiG+DAl1XAEjhuXg+Rtt65srwL9yXBYhf0="; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; Loading Loading
pkgs/by-name/po/polarity/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -7,17 +7,17 @@ rustPlatform.buildRustPackage rec { pname = "polarity"; version = "latest-unstable-2025-06-06"; version = "latest-unstable-2025-07-06"; src = fetchFromGitHub { owner = "polarity-lang"; repo = "polarity"; rev = "421e73a38f57d0453d821332d4e25aa53476254d"; hash = "sha256-eugXy+BhjshhALT8ZLhA8OvtqCM8wmiuG1yuNWsAGyo="; rev = "f95159a91c712984a51103ea6b6f32ed7f59f4df"; hash = "sha256-iKhxvJtVeTIFQUgtlLPBH9Swvw8om61FxwahOov9xDs="; }; useFetchCargoVendor = true; cargoHash = "sha256-23qr4bEAsN75ONnNmym9eWH38fRoMmP1EkmOaka73Ko="; cargoHash = "sha256-bQVZEYQ9KRiG+DAl1XAEjhuXg+Rtt65srwL9yXBYhf0="; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; Loading