Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-04-28 06:56:27 +00:00
committed by GitHub
27 changed files with 154 additions and 102 deletions
+1 -2
View File
@@ -357,8 +357,7 @@ in
entry in the list is an attribute set with the following fields:
`mountPoint`, `device`,
`fsType` (a file system type recognised by
{command}`mount`; defaults to
`"auto"`), and `options`
{command}`mount`), and `options`
(the mount options passed to {command}`mount` using the
{option}`-o` flag; defaults to `[ "defaults" ]`).
@@ -45,13 +45,13 @@
"vendorHash": "sha256-qjtyg+b3CfF24us0Fqw1KqKEbuoqL4eLe4QCuIAp4SE="
},
"aliyun_alicloud": {
"hash": "sha256-pOoFxaAB1x2G89AsnCK7D2q6hTgfMiwE+zfdKZh3bgE=",
"hash": "sha256-1CeivnFt+2RaO29JdqUhoHaIh/5K1dGG23Ca/P5fjT8=",
"homepage": "https://registry.terraform.io/providers/aliyun/alicloud",
"owner": "aliyun",
"repo": "terraform-provider-alicloud",
"rev": "v1.276.0",
"rev": "v1.277.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-Y/r9gdvPhN27nve+IZyqypZkvCXHE7Ox31JLDQd9l4k="
"vendorHash": "sha256-1cvxBtsehwAhF48d/i8qTi6XJxxYMAeq1MAInuUE3Sw="
},
"aminueza_minio": {
"hash": "sha256-UvuHbb8aeh1pKFY9VLUdxwYZVYLRVEFCZrL/NrmpnGc=",
+5 -5
View File
@@ -3,24 +3,24 @@
let
pname = "brave";
version = "1.89.137";
version = "1.89.143";
allArchives = {
aarch64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
hash = "sha256-JeYoRM6ClQ7iqu+wvwaTUmdDuIS+2AXoTIU+VxAbgRg=";
hash = "sha256-js8JQ0W13W7wwjd7+WsA6UHkB80NhkA3Vsj6e13ULBs=";
};
x86_64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-BFbx/Ex4HdaFpfY2AKc3yAaMp6PiYwC/kmEIF0WdcwU=";
hash = "sha256-PwicpQOZBlKGf5BbKS2w6vA5izUXfL20Ogv9JYDLu7U=";
};
aarch64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-arm64.zip";
hash = "sha256-Ffc9se0j9ULZsZQktWzrUgBiLyC5QR1jAPg6IcHoOTI=";
hash = "sha256-rPozAtmeZ/XccmZwj8WvNox44ImI0GjNqgYQ3cZbaT4=";
};
x86_64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-x64.zip";
hash = "sha256-SOOf35CONFydjSK47xgQLHxX7weQFPl2Fh33H5qeqXo=";
hash = "sha256-a2pzldxCk76Z6gplcpOVB56XWVgOeVsq+oMKl4QTYVU=";
};
};
+1 -1
View File
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "CommonMark-compatible GitHub Flavored Markdown parser and formatter";
mainProgram = "comrak";
homepage = "https://github.com/kivikakk/comrak";
changelog = "https://github.com/kivikakk/comrak/blob/v${finalAttrs.version}/changelog.txt";
changelog = "https://github.com/kivikakk/comrak/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
kivikakk
+3 -3
View File
@@ -11,16 +11,16 @@
buildGo126Module (finalAttrs: {
pname = "crush";
version = "0.56.0";
version = "0.62.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "crush";
tag = "v${finalAttrs.version}";
hash = "sha256-JtqgEI09kRg/uW/2fxMQL5+cmODO2y6aW1e5OXTH2LY=";
hash = "sha256-kPG7NZEZ/uHhyx9GYbIkTmybfvTPuD+TTlWbRFQ0HzA=";
};
vendorHash = "sha256-n5pqIxN2TwiEWd3ZzFHqYSIKYPsMYAip3kDRx4ajuck=";
vendorHash = "sha256-XlSHxR10ov0uvnqvu99Ax0kq/R/gnkX8fLaG98tTpe4=";
ldflags = [
"-s"
+2 -2
View File
@@ -59,13 +59,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.2.0";
version = "8.2.1";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-HBCYXFFDOhwVebwPIduYNGJ61LFw9lOTZyYmt1k6CuA=";
hash = "sha256-bGjIqts06ruwMQIW5hk4wlG7G/7GtgFVBgSr68tkIqY=";
};
nativeBuildInputs = [
+1 -1
View File
@@ -64,7 +64,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/etesync/server";
description = "Etebase (EteSync 2.0) server so you can run your own";
mainProgram = "etebase-server";
changelog = "https://github.com/etesync/server/blob/${finalAttrs.version}/ChangeLog.md";
changelog = "https://github.com/etesync/server/blob/v${finalAttrs.version}/ChangeLog.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
felschr
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fasmg";
version = "l4gs";
version = "l5p0";
src = fetchzip {
url = "https://flatassembler.net/fasmg.${finalAttrs.version}.zip";
sha256 = "sha256-lx46RKXVu6z3+luIizSfGf697wJvS+ccwZaOgGwGXr4=";
sha256 = "sha256-8nX45tHvKq6FPVhWQGNgrpkZgWuNbfsxL9YJxKa7P3I=";
stripRoot = false;
};
+4 -4
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "fscan";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "shadow1ng";
repo = "fscan";
rev = finalAttrs.version;
hash = "sha256-OFlwL7PXKOPKIW2YCirCGCXRCGIWYMmYHMmSU2he/tw=";
tag = "v${finalAttrs.version}";
hash = "sha256-wvtabfLoPKCmoWL083z1c3g0iOQRtTtgwZxozIaeiw0=";
};
vendorHash = "sha256-+m87ReIUOqaTwuh/t0ow4dODG9/G21Gzw6+p/N9QOzU=";
vendorHash = "sha256-hDe5IMvOUeAvst8mCWNMCRWcPyJ9Ufomv1Zpjxgcj/0=";
meta = {
description = "Intranet comprehensive scanning tool";
+9 -26
View File
@@ -1,40 +1,27 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
stdenv,
lib,
fetchpatch,
testers,
# passthru
goshs,
versionCheckHook,
}:
buildGoModule (finalAttrs: {
pname = "goshs";
version = "2.0.3";
version = "2.0.5";
src = fetchFromGitHub {
owner = "patrickhener";
repo = "goshs";
tag = "v${finalAttrs.version}";
hash = "sha256-DdGzX1qVz8mA+T9l+V2n7r6ngtV1moypT3sLO7f4OcY=";
hash = "sha256-OrEPu+1wJy2+LM6bFyjtfVlm2l9S0Gagao8tGn0amzY=";
};
patches = [
# Fixes the build for 2.0.3
(fetchpatch {
url = "https://github.com/patrickhener/goshs/commit/dc4a86e846b5a2e6f7cc97a29a73367dea26f91a.patch";
hash = "sha256-yXVBxOAp37yVdI5JlFMzSuSwiUaF2gWOfy4GfBVkGSI=";
})
];
vendorHash = "sha256-u98v5pYhwCQb4tTDNNC7V1F9f5Dih92cYmS3hOEWJPw=";
vendorHash = "sha256-R0U/cytan8U9nE/qYHmDUlUfIYhZAcjV2v/uIlZPTCs=";
ldflags = [ "-s" ];
ldflags = [
"-s"
"-w"
];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
@@ -51,11 +38,7 @@ buildGoModule (finalAttrs: {
"-skip=^TestGetIPv4Addr$"
];
passthru.tests.version = testers.testVersion {
package = goshs;
command = "goshs -v";
version = "goshs ${finalAttrs.version}";
};
versionCheckProgramArg = [ "-v" ];
meta = {
description = "Simple, yet feature-rich web server written in Go";
+9 -9
View File
@@ -1,21 +1,21 @@
{
"version": "3.203.1",
"version": "3.206.1",
"assets": {
"x86_64-linux": {
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.203.1/mirrord_linux_x86_64",
"hash": "sha256-R4ub6Lh33YNzCa1t6aBTzGf/9EaK2wfTWBk4oal4CuI="
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_linux_x86_64",
"hash": "sha256-RWhqtP8gVAz2H6OU/ZSiL9kBD0rMs/NfsaNnDzjfriw="
},
"aarch64-linux": {
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.203.1/mirrord_linux_aarch64",
"hash": "sha256-2H8O3xL50c31fyVMI5wi6eC3RsZCKV1o4rL4C6e3SoY="
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_linux_aarch64",
"hash": "sha256-3uzh324H6c43Xcx49ynh6S540G3cxBXQL+Jv3SXaY2Q="
},
"aarch64-darwin": {
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.203.1/mirrord_mac_universal",
"hash": "sha256-uI3Zgc42d4shPKiy0lVcS7NmYE6W10zMrRuG08JaSAw="
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_mac_universal",
"hash": "sha256-jcTlTcCD3hi74e9a87WmiqpnKyLifxWWDu5Pbw9qQOY="
},
"x86_64-darwin": {
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.203.1/mirrord_mac_universal",
"hash": "sha256-uI3Zgc42d4shPKiy0lVcS7NmYE6W10zMrRuG08JaSAw="
"url": "https://github.com/metalbear-co/mirrord/releases/download/3.206.1/mirrord_mac_universal",
"hash": "sha256-jcTlTcCD3hi74e9a87WmiqpnKyLifxWWDu5Pbw9qQOY="
}
}
}
+3 -3
View File
@@ -10,16 +10,16 @@
}:
buildNpmPackage (finalAttrs: {
pname = "pi-coding-agent";
version = "0.67.68";
version = "0.70.5";
src = fetchFromGitHub {
owner = "badlogic";
repo = "pi-mono";
tag = "v${finalAttrs.version}";
hash = "sha256-1k9tHb5Dle37a5qHm8xT14vI5cQZOb8ASGQ1KxzPCr4=";
hash = "sha256-Jn+hvS/DIwbwAff+UovdIVnmrb4o8gsC4IR24MnwF1I=";
};
npmDepsHash = "sha256-xQQZECkDuiCdu0FlKbAKgk6EatLf2jMIXKDfRRwN/gA=";
npmDepsHash = "sha256-MZgcHJdGFGSNgQ26/24iA12FdmO7S5vWv4crSNFhHi0=";
npmWorkspace = "packages/coding-agent";
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qoi";
version = "0-unstable-2026-02-14"; # no upstream version yet.
version = "0-unstable-2026-04-21"; # no upstream version yet.
src = fetchFromGitHub {
owner = "phoboslab";
repo = "qoi";
rev = "6fff9b70dd79b12f808b0acc5cb44fde9998725e";
hash = "sha256-pw/lflPXLVdM/Qg685/nAlGt5bQC5WU6t496z6xWHx0=";
rev = "e084ec009b38c755acc40fe31d3f83ee17935b9d";
hash = "sha256-sPwmpkMo++Eo33fsiLHY6QYScXQNCucQyNPJdDysgFw=";
};
patches = [
+4 -4
View File
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "rsshub";
version = "0-unstable-2026-04-03";
version = "0-unstable-2026-04-27";
src = fetchFromGitHub {
owner = "DIYgod";
repo = "RSSHub";
rev = "de181a6cdcac0c534ecf7db5c51a5b5c2b0157e9";
hash = "sha256-xw80Fh2MdMrSfIKq/k44Bn67JxjubSXeM2idnX7B288=";
rev = "add0734e0f8c88af8e81e80f0d4ab70ad9ed920e";
hash = "sha256-IVVCOSXXCSsSVM1cczX3oTpd07uaJ2LAWMJxMylkRt0=";
};
patches = [
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 3;
hash = "sha256-0800u6UHIG2qc9Of74HXKo1g9GzdR1Gu/N/TRq+z/W8=";
hash = "sha256-zGchfq2Slr5GzeQrp+0JG+BlI/NPObJ7SJSn1I2MHQ0=";
pnpm = pnpm_10;
};
+3 -3
View File
@@ -27,13 +27,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruffle";
version = "0.2.0-nightly-2026-03-29";
version = "0.2.0-nightly-2026-04-23";
src = fetchFromGitHub {
owner = "ruffle-rs";
repo = "ruffle";
tag = lib.strings.removePrefix "0.2.0-" finalAttrs.version;
hash = "sha256-QJorW1H0pmaa546L0Qk0EayjegA9ObhLwbBgPOccUOM=";
hash = "sha256-v8o5HbwL/nMcrKcJSFfO9EHeaIeCakHgmSpQSwEOO3I=";
};
postPatch =
@@ -49,7 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"OpenH264Version(${major}, ${minor}, ${patch})"
'';
cargoHash = "sha256-WsygyqL8o+cRiHhrVj51F2hOws9wLDr/g0werSXv/i4=";
cargoHash = "sha256-wQ2rM0O9X7xLZsIwdMrIApdDd5nSaDFj+e1TZkSPptU=";
cargoBuildFlags = lib.optional withRuffleTools "--workspace";
env =
+3 -3
View File
@@ -26,14 +26,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "s7";
version = "11.8-unstable-2026-04-17";
version = "11.8-unstable-2026-04-27";
src = fetchFromGitLab {
domain = "cm-gitlab.stanford.edu";
owner = "bil";
repo = "s7";
rev = "57121b5633e0b276c8f13f5abb3cde0db1229d69";
hash = "sha256-dbc2H5HML4q3UI9QixykvXlg7SGudMC4Grf9ASsCcG0=";
rev = "31e2c56a47f0616a6336acd408aeef4b7894b1ae";
hash = "sha256-Qcy7QfdIbwZOQIw+ZxRIQ3W4uk+fAKmiJIBI2aLIIzc=";
};
buildInputs =
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "sdl_gamecontrollerdb";
version = "0-unstable-2026-04-15";
version = "0-unstable-2026-04-23";
src = fetchFromGitHub {
owner = "mdqinc";
repo = "SDL_GameControllerDB";
rev = "c6062ec4b92254aced84843d94d379410774d907";
hash = "sha256-81HGyyPjMBgBpPk3Ws2r6KR/On7fmSlNtPleN6jKNf0=";
rev = "39f43614db065f8f12965a54400e6e97c61fbb7f";
hash = "sha256-9O2bdfrBEf899P1DPDOt4NFarBsoGQB17yOlVRJyRS4=";
};
dontBuild = true;
+4 -4
View File
@@ -36,20 +36,20 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "siyuan";
version = "3.6.4";
version = "3.6.5";
src = fetchFromGitHub {
owner = "siyuan-note";
repo = "siyuan";
tag = "v${finalAttrs.version}";
hash = "sha256-dfM8mlZrfq8tqxwVL+TLGT26wLOzVJmw561eicFx2VY=";
hash = "sha256-3Rz8g03JHQ+52lOd92413ArE4LixioCFNSG7ytduxsA=";
};
kernel = buildGoModule {
name = "${finalAttrs.pname}-${finalAttrs.version}-kernel";
inherit (finalAttrs) src;
sourceRoot = "${finalAttrs.src.name}/kernel";
vendorHash = "sha256-TixhAJwIHQwCrA2kdpAN2vK6UeSzLMGfX85j2KtlPfQ=";
vendorHash = "sha256-WXlzUtiaphaSngWd6aXQuOHiBb3a3bCNgIHypMP4YXo=";
patches = [
(replaceVars ./set-pandoc-path.patch {
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
;
pnpm = pnpm_9;
fetcherVersion = 3;
hash = "sha256-jvTDT0Uze+E3hQ9wU3RqKQ7RI9+OLQlewGd+kSHuZ34=";
hash = "sha256-GAbP9H+c+JXymH0/vpeYOJrkkFJGVyKcpJYFeyRLSKc=";
};
sourceRoot = "${finalAttrs.src.name}/app";
+3 -3
View File
@@ -9,19 +9,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tombi";
version = "0.9.16";
version = "0.9.24";
src = fetchFromGitHub {
owner = "tombi-toml";
repo = "tombi";
tag = "v${finalAttrs.version}";
hash = "sha256-cnhxvzX456kQdywpl2VCWIAvqnZGz1WwNxPJQEMyouo=";
hash = "sha256-ucyBIq/47CoAZRRX9KmPfS6fTW1fdCLkC/M5mT2pNeA=";
};
# Tests relies on the presence of network
doCheck = false;
cargoBuildFlags = [ "--package tombi-cli" ];
cargoHash = "sha256-lXN/tXYUJgQhSKyEgHswf91cUR9eH4T3/92gjI3yR1Y=";
cargoHash = "sha256-kQB0vRj07lcX/Rzt+KTenD4NoK0BI0yc6D3V/ewT3Bk=";
postPatch = ''
substituteInPlace Cargo.toml \
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "close-and-restore-tab.yazi";
version = "0-unstable-2026-04-22";
src = fetchFromGitHub {
owner = "MasouShizuka";
repo = "close-and-restore-tab.yazi";
rev = "5047217e59f9c2f4aa5ae15baa92df7b3f724e67";
hash = "sha256-bsx6HVdB2CcKXQG+tGxY2T8Ys8TluIe6xWHhOhv4L4I=";
};
meta = {
description = "A Yazi plugin that adds the functionality to close and restore tab";
homepage = "https://github.com/MasouShizuka/close-and-restore-tab.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nemeott ];
};
}
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "convert.yazi";
version = "0-unstable-2026-04-22";
src = fetchFromGitHub {
owner = "atareao";
repo = "convert.yazi";
rev = "ce060d9d17e4466d7956213d68a7a74d24ecfdc5";
hash = "sha256-kCXjwtcOQZbE+S9PgJrBmlzBcdprSGtfiS2Flxe2olw=";
};
meta = {
description = "Convert between image formats using ImageMagick";
homepage = "https://github.com/atareao/convert.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nemeott ];
};
}
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "office.yazi";
version = "0-unstable-2026-04-22";
src = fetchFromGitHub {
owner = "macydnah";
repo = "office.yazi";
rev = "41ebef8be9dded98b5179e8af65be71b30a1ac4d";
hash = "sha256-QFto48D+Z8qHl7LHoDDprvr5mIJY8E7j37cUpRjKdNk=";
};
meta = {
description = "A plugin to preview office documents in Yazi";
homepage = "https://github.com/macydnah/office.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nemeott ];
};
}
+9 -7
View File
@@ -2,23 +2,25 @@
lib,
stdenv,
fetchFromGitHub,
zig_0_14,
zig_0_16,
nix,
}:
let
zig = zig_0_16;
in
stdenv.mkDerivation (finalAttrs: {
pname = "zon2nix";
version = "0.1.3-unstable-2025-03-20";
version = "0.1.3-unstable-2026-04-13";
src = fetchFromGitHub {
owner = "nix-community";
repo = "zon2nix";
rev = "2360e358c2107860dadd340f88b25d260b538188";
hash = "sha256-89hYzrzQokQ+HUOd3g4epP9jdajaIoaMG81SrCNCqqU=";
rev = "d1e1762ce1e5d4df3b65a0d45421b6fb7b99cf92";
hash = "sha256-LzmPWG0cEhQS3+NDg/5KRgsUJHygllTK9lvDJJI/o+U=";
};
nativeBuildInputs = [
zig_0_14
zig
];
zigBuildFlags = [
@@ -38,6 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
RossComputerGuy
];
inherit (zig_0_14.meta) platforms;
inherit (zig.meta) platforms;
};
})
@@ -56,7 +56,7 @@ buildPythonPackage rec {
meta = {
description = "Plugin for customizing the navigation structure of your MkDocs site";
homepage = "https://github.com/lukasgeiter/mkdocs-awesome-nav";
changelog = "https://github.com/lukasgeiter/mkdocs-awesome-nav/blob/${src.tag}/CHANGELOG";
changelog = "https://github.com/lukasgeiter/mkdocs-awesome-nav/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ phaer ];
};
@@ -9,17 +9,17 @@
pytestCheckHook,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "python-debian";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "python-debian-team";
repo = "python-debian";
tag = version;
hash = "sha256-lSKtlBqAa8cJZZHMVb90eYIGem4DwVZLldaYSAJBNek=";
tag = finalAttrs.version;
hash = "sha256-v2b9xobxCrSz0tOEBo6awmQuTyykyJlsryPBMRU9EmM=";
};
build-system = [
@@ -48,4 +48,4 @@ buildPythonPackage rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ nickcao ];
};
}
})
@@ -20,7 +20,7 @@
torch,
torchvision,
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "webdataset";
version = "1.0.2";
pyproject = true;
@@ -80,7 +80,6 @@ buildPythonPackage rec {
description = "High-performance Python-based I/O system for large (and small) deep learning problems, with strong support for PyTorch";
mainProgram = "widsindex";
homepage = "https://github.com/webdataset/webdataset";
changelog = "https://github.com/webdataset/webdataset/releases/tag/${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ iynaix ];
};
+3 -3
View File
@@ -7933,10 +7933,10 @@ with self;
CryptX = buildPerlPackage {
pname = "CryptX";
version = "0.087";
version = "0.088";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/CryptX-0.087.tar.gz";
hash = "sha256-gHDsKVFg1I83bY/xssvwvxUtqfIDOTk4LwDxP3SM030=";
url = "mirror://cpan/authors/id/M/MI/MIK/CryptX-0.088.tar.gz";
hash = "sha256-kUn4t0JjRWbpgbmUn7fZs/Qa7zbvBOziG1HPNRU8SUA=";
};
meta = {
description = "Cryptographic toolkit";