File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131in
3232stdenv . 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 ;
Original file line number Diff line number Diff line change 1616
1717rustPlatform . 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
You can’t perform that action at this time.
0 commit comments