diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2026-02-05 12:03:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 12:03:37 +0000 |
| commit | a83b291079ffca15adbbd732af4bce8bdfe736cd (patch) | |
| tree | 3b0e824f4a8d5f951c8ef510d23197130cc18451 | |
| parent | netbird-ui: 0.64.1 -> 0.64.5 (#482090) (diff) | |
| parent | polarity: latest-unstable-2025-12-17 -> latest-unstable-2026-01-29 (diff) | |
| download | nixpkgs-a83b291079ffca15adbbd732af4bce8bdfe736cd.tar.gz | |
polarity: latest-unstable-2025-12-17 -> latest-unstable-2026-01-29 (#485527)
| -rw-r--r-- | pkgs/by-name/po/polarity/package.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/po/polarity/package.nix b/pkgs/by-name/po/polarity/package.nix index b1d502c8ceba..4d7057b4696c 100644 --- a/pkgs/by-name/po/polarity/package.nix +++ b/pkgs/by-name/po/polarity/package.nix @@ -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" ]; }; |
