polarity: latest-unstable-2025-11-28 -> latest-unstable-2025-12-09 (#469612)

This commit is contained in:
Nick Cao
2025-12-10 20:58:00 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-11-28";
version = "latest-unstable-2025-12-09";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "93721a14f3d473a2b8367e76c301780f863343d0";
hash = "sha256-oLoYRs0tqsRcoB8IuiV+LVdTMH1qnilE75uH+Th8jJY=";
rev = "fde43ec216e70022bcc6d637249c5ef093b73aaf";
hash = "sha256-Kd1MMxdrTbV8M8h1MW4REsGf+ehLvb8bXm9OzwGqUDA=";
};
cargoHash = "sha256-cH+cgYIUPQTHgGCZmP562VzCxz+i6LkymHtnHJXnd+A=";
cargoHash = "sha256-Upnm79E7pwoZR/13TnDob0Hbd3GNixtbB8gbrkLYGFQ=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };