mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Compare commits
55 Commits
staging-ne
...
nixos-unst
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
103cb3a0b6 | ||
|
|
f5971c1323 | ||
|
|
5bf820df71 | ||
|
|
d52b704130 | ||
|
|
014acee162 | ||
|
|
ed997e1496 | ||
|
|
7217ba7a49 | ||
|
|
730ed47e07 | ||
|
|
13eb6f872f | ||
|
|
faec6aca76 | ||
|
|
b41534db4c | ||
|
|
af28548264 | ||
|
|
823b3eadcc | ||
|
|
d518eb3805 | ||
|
|
4091423c03 | ||
|
|
1311a5e1ba | ||
|
|
b20614f741 | ||
|
|
d220729e34 | ||
|
|
90d2385d04 | ||
|
|
17c5e56865 | ||
|
|
2a460ee722 | ||
|
|
2a3b664a9b | ||
|
|
c97d97446c | ||
|
|
3bf0a18487 | ||
|
|
21a3be07fd | ||
|
|
a654c7065e | ||
|
|
b8984ef5bc | ||
|
|
2edec3c430 | ||
|
|
957ed31cfa | ||
|
|
41078626bc | ||
|
|
8dfcbdf74a | ||
|
|
8cc9acbe68 | ||
|
|
2dbc888dc1 | ||
|
|
a0e5a77fb0 | ||
|
|
8946fba5b7 | ||
|
|
aee6376f86 | ||
|
|
5d8205d03d | ||
|
|
6f5d6b9208 | ||
|
|
e73d7c0243 | ||
|
|
b0de0d81af | ||
|
|
1a09b1f853 | ||
|
|
43c5a16021 | ||
|
|
5e86349b27 | ||
|
|
eccb4a4274 | ||
|
|
b53649421f | ||
|
|
2f8ee1507c | ||
|
|
ee78f1aaee | ||
|
|
7902174ee0 | ||
|
|
06adfcd61b | ||
|
|
188a6d87da | ||
|
|
3e9a120324 | ||
|
|
25e5f05a16 | ||
|
|
27a717d2c4 | ||
|
|
46882ec244 | ||
|
|
6d27518c88 |
@@ -20,7 +20,6 @@
|
||||
flow.configuration.services.scx.scheduler = "scx_flow";
|
||||
forge.configuration.services.scx.scheduler = "scx_forge";
|
||||
lavd.configuration.services.scx.scheduler = "scx_lavd";
|
||||
mlfq.configuration.services.scx.scheduler = "scx_mlfq";
|
||||
p2dq.configuration.services.scx.scheduler = "scx_p2dq";
|
||||
pandemonium.configuration.services.scx.scheduler = "scx_pandemonium";
|
||||
rlfifo.configuration.services.scx.scheduler = "scx_rlfifo";
|
||||
@@ -41,7 +40,6 @@
|
||||
"flow",
|
||||
"forge",
|
||||
"lavd",
|
||||
"mlfq",
|
||||
"p2dq",
|
||||
"pandemonium",
|
||||
"rlfifo",
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
}:
|
||||
mkLibretroCore {
|
||||
core = "mednafen-psx" + lib.optionalString withHw "-hw";
|
||||
version = "0-unstable-2026-08-07";
|
||||
version = "0-unstable-2026-08-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "beetle-psx-libretro";
|
||||
rev = "ed640fac8986d7813e4db6604544a6aafddd3018";
|
||||
hash = "sha256-dwat09yGQ0OnF8GaglqCVlgcoyAfqhleqD/mMlgHh1w=";
|
||||
rev = "ef51860dbd71ad6b7ce67115d4780c2ee321d968";
|
||||
hash = "sha256-Yzzh/1+ZcySuFwXCEravLjLRJHbIMpf3rr7Mj0p9JM0=";
|
||||
};
|
||||
|
||||
extraBuildInputs = lib.optionals withHw [
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
}:
|
||||
mkLibretroCore {
|
||||
core = "bluemsx";
|
||||
version = "0-unstable-2026-07-29";
|
||||
version = "0-unstable-2026-08-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "bluemsx-libretro";
|
||||
rev = "0f32f52c48d3e772bfdf0379756f81f00b4e08bc";
|
||||
hash = "sha256-4XjaPkv5Tm58nhU6JUdiZXbto/uePljwXpcePRCqVus=";
|
||||
rev = "e3086eb5d36d77fa11704cf53dc176686e70127d";
|
||||
hash = "sha256-cwyXtawCUyM/ISswY+O3bzGFX0wNayb/VAIv99E9esI=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
makeSetupHook {
|
||||
name = "dotnet-hook";
|
||||
substitutions = {
|
||||
dotnetRuntime = dotnet-runtime;
|
||||
dotnetRuntime = lib.defaultTo "" dotnet-runtime;
|
||||
wrapperPath = lib.makeBinPath [
|
||||
which
|
||||
coreutils
|
||||
|
||||
@@ -24,11 +24,7 @@ let
|
||||
llvmPackages = llvmPackages_21;
|
||||
llvmMajorVersion = lib.versions.major llvmPackages.llvm.version;
|
||||
arch = stdenv.hostPlatform.parsed.cpu.name;
|
||||
triplet = lib.getAttr arch {
|
||||
"x86_64" = "x86_64-unknown-linux-gnu";
|
||||
"aarch64" = "aarch64-unknown-linux-gnu";
|
||||
"riscv64" = "riscv64-unknown-linux-gnu";
|
||||
};
|
||||
triplet = stdenv.hostPlatform.config;
|
||||
|
||||
clang = symlinkJoin {
|
||||
name = "angle-clang-llvm-join";
|
||||
@@ -115,30 +111,32 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./fix-uninitialized-const-pointer-error-001.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace build/config/clang/BUILD.gn \
|
||||
--replace-fail \
|
||||
"_dir = \"${triplet}\"" \
|
||||
"_dir = \"${triplet}\"
|
||||
_suffix = \"-${arch}\""
|
||||
postPatch =
|
||||
lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
substituteInPlace build/config/clang/BUILD.gn \
|
||||
--replace-fail \
|
||||
"_dir = \"${triplet}\"" \
|
||||
"_dir = \"${triplet}\"
|
||||
_suffix = \"-${arch}\""
|
||||
''
|
||||
+ ''
|
||||
# Don't precompile Metal shaders, because the compiler is non-free.
|
||||
substituteInPlace src/libANGLE/renderer/metal/metal_backend.gni \
|
||||
--replace-fail \
|
||||
"metal_internal_shader_compilation_supported =" \
|
||||
"metal_internal_shader_compilation_supported = false &&"
|
||||
|
||||
# Don't precompile Metal shaders, because the compiler is non-free.
|
||||
substituteInPlace src/libANGLE/renderer/metal/metal_backend.gni \
|
||||
--replace-fail \
|
||||
"metal_internal_shader_compilation_supported =" \
|
||||
"metal_internal_shader_compilation_supported = false &&"
|
||||
cat > build/config/gclient_args.gni <<EOF
|
||||
# Generated from 'DEPS'
|
||||
checkout_angle_internal = false
|
||||
checkout_angle_mesa = false
|
||||
checkout_angle_restricted_traces = false
|
||||
generate_location_tags = false
|
||||
EOF
|
||||
|
||||
cat > build/config/gclient_args.gni <<EOF
|
||||
# Generated from 'DEPS'
|
||||
checkout_angle_internal = false
|
||||
checkout_angle_mesa = false
|
||||
checkout_angle_restricted_traces = false
|
||||
generate_location_tags = false
|
||||
EOF
|
||||
|
||||
# For sandboxed build on darwin.
|
||||
patchShebangs build/toolchain/apple
|
||||
'';
|
||||
# For sandboxed build on darwin.
|
||||
patchShebangs build/toolchain/apple
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "cargo-sort";
|
||||
version = "2.1.3";
|
||||
version = "2.1.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "devinr528";
|
||||
repo = "cargo-sort";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-PtBjs+mqrz9z6tkpajx/OYQATJP81vi4ColjFXr9Rv0=";
|
||||
sha256 = "sha256-xT+fWwd92Ll9zcz7FKpQbHKjUGXNOSuCGpFuJ3DQTJY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ygMtfhwoUEIZx+q6KB5yOr8/Fj5FRMIs7dXlYDUKb2U=";
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "fluxcd-operator";
|
||||
version = "0.57.0";
|
||||
version = "0.58.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "controlplaneio-fluxcd";
|
||||
repo = "flux-operator";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-qY+uxYGkeiffU5UTsh7oVL1Cp8uKMj4/F6+Y62BSUPY=";
|
||||
hash = "sha256-XGjRP9JvEpuVNKcErTKmKi4TGBADpbI1DDXYDd0Bbb4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-uTj6P6UZtfFf7jBrRZMWJ3HObiSR/tPlFICk6Cw12WQ=";
|
||||
vendorHash = "sha256-9iDxoWnizmTQ4FqxjlGPQO8Au2FxIdcgggtP+3dTOaU=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
||||
@@ -77,7 +77,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
GIT_PAGER = "cat";
|
||||
env.GIT_PAGER = "cat";
|
||||
dontUseCargoParallelTests = true;
|
||||
|
||||
postInstall = ''
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gsl-lite";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gsl-lite";
|
||||
repo = "gsl-lite";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-lX4s/HyDIEhn7PNyCocFYhizTx6CSkSfmGCSU+eqOYw=";
|
||||
hash = "sha256-mTZGYVwQqTz3sfnuB4c+du1jcqVxDYZPIC9yE8nGZH8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "mprisence";
|
||||
version = "1.8.2";
|
||||
version = "1.8.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lazykern";
|
||||
repo = "mprisence";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-m3rmyE9sta8t2Xr3OQL85luPC2gnzCtA9hJ84dzqSVM=";
|
||||
hash = "sha256-kPFTnwuyjad6qmJRg4ryFDL1slOt0JdOtzz3WTP0cKQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-BWsnQRKYjcJF3xojV73DCo2b99eLpuOuQHi4qZWmsnU=";
|
||||
cargoHash = "sha256-tY6SBZ+vAGSTFRpOB4Y+ilZOx8EHOeLFsp3ZuQF0eQU=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
haskellPackages,
|
||||
installShellFiles,
|
||||
lib,
|
||||
extraComposeFunctions ? [ ],
|
||||
}:
|
||||
let
|
||||
inherit (haskell.lib.compose) justStaticExecutables overrideCabal;
|
||||
@@ -27,7 +28,10 @@ let
|
||||
};
|
||||
raw-pkg = haskellPackages.callPackage ./generated-package.nix { };
|
||||
in
|
||||
lib.pipe raw-pkg [
|
||||
(overrideCabal overrides)
|
||||
justStaticExecutables
|
||||
]
|
||||
lib.pipe raw-pkg (
|
||||
[
|
||||
(overrideCabal overrides)
|
||||
justStaticExecutables
|
||||
]
|
||||
++ extraComposeFunctions
|
||||
)
|
||||
|
||||
@@ -31,14 +31,14 @@ in
|
||||
|
||||
py.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "oci-cli";
|
||||
version = "3.90.2";
|
||||
version = "3.91.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oracle";
|
||||
repo = "oci-cli";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-FpLbJQGuajT72XSRpBYRpwqggqebuiRXID9x7ucZrng=";
|
||||
hash = "sha256-vCTgug7wGohw7o2zj+rSsG2xR58s+/107g5z3ttCf+E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
@@ -10,13 +10,13 @@ let
|
||||
stubsSrc = fetchFromGitHub {
|
||||
owner = "JetBrains";
|
||||
repo = "phpstorm-stubs";
|
||||
rev = "f6dd2dd35d99fb774251a83555fe07bf2109d57e";
|
||||
hash = "sha256-H9Td/yi9Um0Z9ifxZdh74bvGCMVSC+MA1OHrtbGD8vE=";
|
||||
rev = "5f68c1021badebe34119fb8fa10ba7cc25de6c0c";
|
||||
hash = "sha256-GQW+N5FrWKf6PpLyhJ6Gywbe1lESwW/rxiv2ESNdH1s=";
|
||||
};
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "phpantom-lsp";
|
||||
version = "0.9.0";
|
||||
version = "0.10.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
owner = "PHPantom-dev";
|
||||
repo = "phpantom_lsp";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-euWaFH40VHefZewUcKvsLwwHZP+GwfTN8kfuAkaABB8=";
|
||||
hash = "sha256-P5adooUaNCidGTIh/PDKzwvtIXCQ0y8tUMbLUC4sk98=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
> stubs/jetbrains/phpstorm-stubs/.commit
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-2MIJxVRqyCv5HzCwY1s+rCp1A4vFRsyAEEuyIEegZMA=";
|
||||
cargoHash = "sha256-tZh1cn7Zu47FRVXozDjcoKW4MoxaaaxPmDX5OzlxnAs=";
|
||||
|
||||
checkFlags = [
|
||||
"--test"
|
||||
|
||||
@@ -18,11 +18,11 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "Reposilite";
|
||||
version = "3.5.28";
|
||||
version = "3.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://maven.reposilite.com/releases/com/reposilite/reposilite/${finalAttrs.version}/reposilite-${finalAttrs.version}-all.jar";
|
||||
hash = "sha256-sKbwO5Lk/DeRQhO3c2zHuHe/CPdb4wRLzG55tP7DVVE=";
|
||||
hash = "sha256-N7oGxGQHGwy6iflj6uiiJGCc5KpCZgIO7+QACiR2Fuc=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"checksum": "sha256-z5/Er3e/0cxs6gic44ncVXxpfbyXqadSSc16D67DwHY=",
|
||||
"groovy": "sha256-R6htqL1vx6C8bagCBDbLZJ8tldXRWzOQ6mrowRmdIKU=",
|
||||
"migration": "sha256-Sl5vlkmxkCGkWQmfkn+QdX3tJ/S9WL/DpQUYB3Y4Yrs=",
|
||||
"prometheus": "sha256-8sCoot7tc74Xnwsz/In68XWMeqcnocfbiKWDl/BSqlI=",
|
||||
"swagger": "sha256-WHFUg/T9fFKrioLNeKQtJvYlhAI68HXcFEMCtpB70Vk="
|
||||
"checksum": "sha256-vRRHaA05BHKs4fP+ono9UNSMi6O9WOO/pY/Rmh08+8A=",
|
||||
"groovy": "sha256-lytD+79N/WswnLLpfRElTktDQ5P24voQgthdBX7aagw=",
|
||||
"migration": "sha256-taai2JRCyC6oJM6u25mEKLUtGs/5RAx7GXIM8lWk3b4=",
|
||||
"prometheus": "sha256-CcurL21i8cHXj6tYIbU84/wBMSJuLSnHXLRCTY5H1OU=",
|
||||
"swagger": "sha256-ULk0HpKTZyq1DOb3XAG3OiDbmQS6YA3pV9X0jdzoD8Q="
|
||||
}
|
||||
|
||||
@@ -3,30 +3,34 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
|
||||
cargo,
|
||||
just,
|
||||
rofi,
|
||||
pkg-config,
|
||||
|
||||
glib,
|
||||
cairo,
|
||||
pango,
|
||||
sqlite,
|
||||
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "rofi-games";
|
||||
version = "1.16.2";
|
||||
version = "1.18.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Rolv-Apneseth";
|
||||
repo = "rofi-games";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-LwzlBjRh9YdUGBl9+L3Vdetmy7lUdAIvjKvp8hSebvY=";
|
||||
hash = "sha256-6/UeQ+j38NeQFkeP0Pb2UKUbwruPgUos3e9TUQwv9WI=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-opImhuLXj3/TtpmBjjMvrcdHalxYFyv5QZ0V8poYH7U=";
|
||||
hash = "sha256-oWmfzlt/qqg1CYfk1pKWhaapiP3iqFU4Idn6pBivjko=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -53,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
sqlite
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Rolv-Apneseth/rofi-games/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
description = "Rofi plugin which adds a mode that will list available games for launch along with their box art";
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "rumdl";
|
||||
version = "0.2.55";
|
||||
version = "0.2.60";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
owner = "rvben";
|
||||
repo = "rumdl";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-EZNHzJPnCkOaVxwz1lUQyNlk0mDAgK/ubTYu0ZMsttc=";
|
||||
hash = "sha256-YKQFH0F/fZr6zeVDPAkF1nDXyg3Xk7Oi4vyJ2Jz+CM0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ooLf+EpWDRfDQBQTI3xRGR9qm5kFptTB4eRIu09Jyvs=";
|
||||
cargoHash = "sha256-far2A4aCTlGmvsaAf9/i0osmAYECkdTvgVorf1umxKo=";
|
||||
|
||||
cargoBuildFlags = [
|
||||
"--bin=rumdl"
|
||||
|
||||
@@ -110,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
_4evy
|
||||
FlafyDev
|
||||
Gliczy
|
||||
NotAShelf
|
||||
Scrumplex
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
let
|
||||
sources = {
|
||||
lts-36 = {
|
||||
version = "36.0.13";
|
||||
hash = "sha256-KVNnxmEVDgH+EzItFdpRIpLm6DbmrN2JIKjctx6IyBE=";
|
||||
cargoHash = "sha256-q1l2zmfdCI7Yg41/8jDTjf5akeHiQcC/60iIzMnh6B0=";
|
||||
version = "36.0.14";
|
||||
hash = "sha256-OI8wixfzV4U2brmW7uqhk55eLhj+Fdp+J5Pzz1iBO6U=";
|
||||
cargoHash = "sha256-2Nwcw3Z4/cbkRcG2hJ2/1PcXZf3vYB9NGUlr7pxdqzU=";
|
||||
};
|
||||
main = {
|
||||
version = "48.0.0";
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
buildDunePackage (finalAttrs: {
|
||||
pname = "yamlx";
|
||||
version = "0.3.0";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mjambon/yamlx/releases/download/${finalAttrs.version}/yamlx-${finalAttrs.version}.tbz";
|
||||
hash = "sha256-9pGp4XSCjMEwsUqHtwoyLBKTUdPjmYccqaU3dLkgVzg=";
|
||||
hash = "sha256-ejpFZY4G6m4/EPApN6GDwEfFC9qS8azWeJQspOCRhkA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ppx_deriving ];
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
pytestCheckHook,
|
||||
python-dateutil,
|
||||
pytz,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "crontab";
|
||||
version = "1.0.5";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "josiahcarlson";
|
||||
repo = "parse-crontab";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-iZS4vkfp93BK5wp1S3qCg0bC7NcT7o5/nNMRI+SXTws=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
python-dateutil
|
||||
pytz
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "crontab" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Parse and use crontab schedules in Python";
|
||||
homepage = "https://github.com/josiahcarlson/parse-crontab";
|
||||
changelog = "https://github.com/josiahcarlson/parse-crontab/blob/${finalAttrs.src.rev}/changelog.txt";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
})
|
||||
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "hyprland-monitors";
|
||||
version = "0.8.0";
|
||||
version = "0.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BlueManCZ";
|
||||
repo = "hyprland-monitors";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-a7fEDPPN9XYsrpE99C9c9MZGpqg24ZlY6vvHzgvNtzc=";
|
||||
hash = "sha256-7nrLBsU7QacSf5l0Y/LgegfHtx2qHBNCJUBz0cc3dLE=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "hyprland-schema";
|
||||
version = "0.7.0";
|
||||
version = "0.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BlueManCZ";
|
||||
repo = "hyprland-schema";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-5wm21kpn7Car4hntm+ZYG0xdRBpfbwI57yCBmoHmooQ=";
|
||||
hash = "sha256-36nSnuiWtJeCGcxJB2hNlbWEd0t2Ke5hhsUJddoap+w=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "itkwasm";
|
||||
version = "1.0b200";
|
||||
version = "1.0b201";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-vhN4Nm5tuGDRYYZKFyC+mH+LxW4UXmVxZDzsQI48U4s=";
|
||||
hash = "sha256-f1DRcDlGW0y8VwfIrCEWaUIhN3zrgsbWsK/SJRbtbqM=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pydocket";
|
||||
version = "0.23.1";
|
||||
version = "0.24.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "chrisguidry";
|
||||
repo = "docket";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-52UHiQUh4Aa5skYCWow+vKjtzPmcRQ9/wEW3UvLbHX4=";
|
||||
hash = "sha256-Z/cmxHLOjZmgugSNo/XzBa/62wmAVpYQYs0Xwtly+OI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
@@ -45,6 +45,11 @@ buildPythonPackage rec {
|
||||
pytest-cov-stub
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# This test try to make request to the internet
|
||||
"test_parse_response"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Simple Python wrapper around for YouTube Data API";
|
||||
homepage = "https://github.com/sns-sdks/python-youtube";
|
||||
|
||||
@@ -18,14 +18,14 @@ let
|
||||
in
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "wasmtime";
|
||||
version = "47.0.1";
|
||||
version = "48.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bytecodealliance";
|
||||
repo = "wasmtime-py";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-EtozWiHv354jDu0pHAI2vnx1c53Ldq4WBhTSFPZICSs=";
|
||||
hash = "sha256-OpA/LCCYAYNULiIqcXY070wjO5vNQ/ek35wDwgjoKj0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -11,24 +11,17 @@ mkCoqDerivation {
|
||||
pname = "math-classes";
|
||||
inherit version;
|
||||
defaultVersion =
|
||||
let
|
||||
case = case: out: { inherit case out; };
|
||||
in
|
||||
with lib.versions;
|
||||
lib.switch coq.coq-version [
|
||||
{
|
||||
case = range "8.17" "8.20";
|
||||
out = "8.19.0";
|
||||
}
|
||||
{
|
||||
case = range "8.12" "8.18";
|
||||
out = "8.18.0";
|
||||
}
|
||||
{
|
||||
case = range "8.12" "8.17";
|
||||
out = "8.17.0";
|
||||
}
|
||||
{
|
||||
case = range "8.6" "8.16";
|
||||
out = "8.15.0";
|
||||
}
|
||||
(case (range "9.0" "9.3") "9.2.0")
|
||||
(case (range "9.0" "9.1") "9.0.0")
|
||||
(case (range "8.17" "8.20") "8.19.0")
|
||||
(case (range "8.12" "8.18") "8.18.0")
|
||||
(case (range "8.12" "8.17") "8.17.0")
|
||||
(case (range "8.6" "8.16") "8.15.0")
|
||||
] null;
|
||||
release."8.12.0".hash = "sha256:14nd6a08zncrl5yg2gzk0xf4iinwq4hxnsgm4fyv07ydbkxfb425";
|
||||
release."8.13.0".hash = "sha256:1ln7ziivfbxzbdvlhbvyg3v30jgblncmwcsam6gg3d1zz6r7cbby";
|
||||
@@ -36,6 +29,8 @@ mkCoqDerivation {
|
||||
release."8.17.0".hash = "sha256-WklL8pgYTd0l4TGt7h7tWj1qcFcXvoPn25+XKF1pIKA=";
|
||||
release."8.18.0".hash = "sha256-0WwPss8+Vr37zX616xeuS4TvtImtSbToFQkQostIjO8=";
|
||||
release."8.19.0".hash = "sha256-rsV96W9MPFi/DKsepNPm1QnC2DMemio+uALIgzVYw0w=";
|
||||
release."9.0.0".hash = "sha256-b8GPb1MRg5ZLieDTaoozy6ju10FhVdb6/XhKmyac1V4=";
|
||||
release."9.2.0".hash = "sha256-NdmZcaNg0AmJXRsB3reyxrOYOnj/ZHgv3kF9Bxw+Q3I=";
|
||||
|
||||
mlPlugin = true; # uses coq-bignums.plugin
|
||||
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "scx_rustscheds";
|
||||
version = "1.1.3";
|
||||
version = "1.1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sched-ext";
|
||||
repo = "scx";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-LK0go5blWgCtDpS5xm9BQc7C2NvbfrW+Jp66ImIThxA=";
|
||||
hash = "sha256-igrmrfimVOEJnFxMr9ghN6lAHwEBSFLLVrB2MQ72PXI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-vEsbpor52DEUpYO5OubFPMzRltO5kUXjqAoO/9hsKXc=";
|
||||
cargoHash = "sha256-CTEVdvw6aG/fFas2Fk3x9o4Sp2k3lHO/OLwUM8t9UjE=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@@ -95,7 +95,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"scx_lavd"
|
||||
"scx_layered"
|
||||
"scx_mitosis"
|
||||
"scx_mlfq"
|
||||
"scx_p2dq"
|
||||
"scx_pandemonium"
|
||||
"scx_rlfifo"
|
||||
|
||||
@@ -172,6 +172,7 @@ mapAliases {
|
||||
CommonMark = throw "'CommonMark' has been renamed to/replaced by 'commonmark'"; # Converted to throw 2025-10-29
|
||||
ConfigArgParse = throw "'ConfigArgParse' has been renamed to/replaced by 'configargparse'"; # Converted to throw 2025-10-29
|
||||
configshell = throw "'configshell' has been renamed to/replaced by 'configshell-fb'"; # Converted to throw 2025-10-29
|
||||
crontab = throw "'crontab' has been removed, migrate to either 'python-crontab' or 'parse-crontab'"; # Added 2026-08-25
|
||||
cx_Freeze = throw "'cx_Freeze' has been renamed to/replaced by 'cx-freeze'"; # Converted to throw 2025-10-29
|
||||
cx_oracle = throw "'cx_oracle' has been renamed to/replaced by 'cx-oracle'"; # Converted to throw 2025-10-29
|
||||
dalle-mini = throw "'dalle-mini' has been removed due to lack of upstream maintenance"; # added 2026-02-26
|
||||
|
||||
@@ -3765,8 +3765,6 @@ self: super: with self; {
|
||||
|
||||
cronsim = callPackage ../development/python-modules/cronsim { };
|
||||
|
||||
crontab = callPackage ../development/python-modules/crontab { };
|
||||
|
||||
cross-web = callPackage ../development/python-modules/cross-web { };
|
||||
|
||||
crossandra = callPackage ../development/python-modules/crossandra { };
|
||||
|
||||
Reference in New Issue
Block a user