polarity: latest-unstable-2025-08-05 -> latest-unstable-2025-08-24

This commit is contained in:
R. Ryantm
2025-08-29 07:48:07 +00:00
parent c73522789a
commit 6dfef5d330
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-08-05";
version = "latest-unstable-2025-08-24";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "5adc14a5d3151ed124d89768c382e085caf612ac";
hash = "sha256-ByTUzruKM0u8SfRM88ogvsGw0JijWAVv8oidVdAGNUs=";
rev = "5e208207cfee3fbefd16dd6c0ef5e9f086597374";
hash = "sha256-8/edtUEoDtIwqBtUi5OdyQ+aHSnbXS4R1ltZYLQIehM=";
};
cargoHash = "sha256-SXGuf/JaBfPZgbCAfRmC2Gd82kOn54VQrc7FdmVJRuA=";
cargoHash = "sha256-EB6DlhD+0oneAGhLHi3bWnnFUIfNdKeW52umWHZEP7c=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };