Compare commits

...

7 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
5a187f6052 Merge master into staging-nixos 2026-07-25 06:48:32 +00:00
nixpkgs-ci[bot]
a3a1e84bd9 Merge master into staging-nixos 2026-07-25 00:33:49 +00:00
Gaétan Lepage
e29345d5be ruff: 0.15.22 -> 0.16.0 (#545026) 2026-07-24 22:25:21 +00:00
Masum Reza
d13e8c8662 scdoc: 1.11.4 -> 1.11.5 (#539435) 2026-07-24 19:44:57 +00:00
nixpkgs-ci[bot]
42351f6971 Merge master into staging-nixos 2026-07-24 18:31:46 +00:00
Jost Alemann
9eb9dda021 ruff: 0.15.22 -> 0.16.0
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.16.0
Diff: https://github.com/astral-sh/ruff/compare/0.15.22...0.16.0
2026-07-23 22:59:57 +02:00
R. Ryantm
6b905e28e3 scdoc: 1.11.4 -> 1.11.5 2026-07-08 00:34:26 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruff";
version = "0.15.22";
version = "0.16.0";
__structuredAttrs = true;
@@ -24,12 +24,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "astral-sh";
repo = "ruff";
tag = finalAttrs.version;
hash = "sha256-pa42J3M5iwSjfnuatqOOR9DEqzyVtdBbMk6JIRbu12Q=";
hash = "sha256-H9ZcqMzPiu2ACyzlYNStKHAX71u9FCTEYwpKqwJcg/E=";
};
cargoBuildFlags = [ "--package=ruff" ];
cargoHash = "sha256-jDm0pIrq09ETU+djMLsKSFZJzRx0lKSUx6kjJ4hAkvE=";
cargoHash = "sha256-T3bWSLScIXgXXoGaogTF1N+jG0yFhAqxbZxQE12mkR8=";
nativeBuildInputs = [ installShellFiles ];

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scdoc";
version = "1.11.4";
version = "1.11.5";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "scdoc";
rev = finalAttrs.version;
hash = "sha256-gldCHzLigeLKDFDcE3TYrNOEWoSt/uYIg9aTg6wwW54=";
hash = "sha256-Tjafa7m+YcUTryYHnW2EF0yaXPRc3uNzWdeEucCdEso=";
};
outputs = [