Skip to content

Commit 050e09e

Browse files
authored
staging-nixos merge for 2025-11-22 (NixOS#464060)
2 parents 3dd12c4 + d8e274d commit 050e09e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkgs/by-name/na/nano/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ let
3131
in
3232
stdenv.mkDerivation rec {
3333
pname = "nano";
34-
version = "8.6";
34+
version = "8.7";
3535

3636
src = fetchurl {
3737
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
38-
hash = "sha256-96v78O7V9XOrUb13pFjzLYL5hZxV6WifgZ2W/hQ3phk=";
38+
hash = "sha256-r9KHqmcsSLjhqT/bbGWIRT1SdRDZZoIraH8oNfDZhuk=";
3939
};
4040

4141
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;

pkgs/by-name/ru/ruff/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616

1717
rustPlatform.buildRustPackage (finalAttrs: {
1818
pname = "ruff";
19-
version = "0.14.4";
19+
version = "0.14.5";
2020

2121
src = fetchFromGitHub {
2222
owner = "astral-sh";
2323
repo = "ruff";
2424
tag = finalAttrs.version;
25-
hash = "sha256-jRH7OOT03MDomZAJM20+J4y5+xjN1ZAV27Z44O1qCEQ=";
25+
hash = "sha256-oABi0FnI09TCm++rUPPZeeKEFLWFRQMhTawYE/DLB9k=";
2626
};
2727

2828
cargoBuildFlags = [ "--package=ruff" ];
2929

30-
cargoHash = "sha256-eY7QnKVrkXaNRWMaTxigNo0kf0oK9DQU4z9x4wC3Npw=";
30+
cargoHash = "sha256-8YjIGdtxlbLhJkz1HAwEkCgLpvQda1CoYsvoJY+4LVo=";
3131

3232
nativeBuildInputs = [ installShellFiles ];
3333

0 commit comments

Comments
 (0)