mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
polarity: latest-unstable-2026-03-27 -> latest-unstable-2026-04-28 (#514598)
This commit is contained in:
commit
4821782ec6
1 changed files with 4 additions and 4 deletions
|
|
@ -7,16 +7,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "polarity";
|
||||
version = "latest-unstable-2026-03-27";
|
||||
version = "latest-unstable-2026-04-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "polarity-lang";
|
||||
repo = "polarity";
|
||||
rev = "5d253a2701288573a32b58fbf592c66254b825ee";
|
||||
hash = "sha256-jOIuBqJd5dKxEwHoaMMV4Jh9tOhQLkrIuuKsszPkpnE=";
|
||||
rev = "dbcece0e8b572193a5605296392ef1f0d85bba74";
|
||||
hash = "sha256-8wVsiLSTbjIZOObdiawvQy5rw+sf93cp6+wbY+XaByI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-eat5XK8GZlbdPdkcrvOF99ln0a2SHZexAnqH55i8Vec=";
|
||||
cargoHash = "sha256-9PMQQHydqgeKeB0eM49dJpL+8cstK8yUkc728ATXroQ=";
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue