polarity: latest-unstable-2025-12-17 -> latest-unstable-2026-01-29 (#485527)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-05 12:03:37 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-12-17";
version = "latest-unstable-2026-01-29";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "54db456e28778d98d78d671868bfd58b34da18c2";
hash = "sha256-YQAU8flTL5Yr9ZZYe2GWwtYWKLPmB+TXZ1JHVnAmJds=";
rev = "d83922b7bbac56c8c06265c1a23a04687caa3322";
hash = "sha256-E1EzX4RKwL72cqqHzbkAM7O5b+t896MxC5ni53uSh84=";
};
cargoHash = "sha256-sOnlMAdDB1RVMQGyCD4mNa7EV++PeKrD5dDK1hG9VkM=";
cargoHash = "sha256-4oDFW2Ob098BVRXiDRbBwRM+vIATbximzG54BKSA9+I=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };