polarity: latest-unstable-2026-01-29 -> latest-unstable-2026-02-20 (#487795)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-26 10:57:37 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "polarity";
version = "latest-unstable-2026-01-29";
version = "latest-unstable-2026-02-20";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "d83922b7bbac56c8c06265c1a23a04687caa3322";
hash = "sha256-E1EzX4RKwL72cqqHzbkAM7O5b+t896MxC5ni53uSh84=";
rev = "630a1bb3b97c7c1a13087407a50cc78316a2526e";
hash = "sha256-IuT1LJiMEOS+c4dUamCpboDNqHGDVxsjYBJ4NEmLZa4=";
};
cargoHash = "sha256-4oDFW2Ob098BVRXiDRbBwRM+vIATbximzG54BKSA9+I=";
cargoHash = "sha256-FrCOsgbb0xQH3cKnWqa2n17uDpppnSd0PyVrrCPXCYw=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };