irods: 5.0.1 -> 5.0.2 (#456153)

This commit is contained in:
dish
2025-10-27 13:56:46 +00:00
committed by GitHub
2 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
owner = "irods";
repo = "irods_client_icommands";
tag = finalAttrs.version;
hash = "sha256-lo1eCI/CSzl7BJWdPo7KKVHfznkPN6GwsiQThUGuQdw=";
hash = "sha256-jR7AhWeXYuJKzZRmYQUjiKSwK6PaB4dLQO8GVZwJQXk=";
};
nativeBuildInputs = [
+5 -9
View File
@@ -16,19 +16,19 @@
boost183,
nlohmann_json,
nanodbc,
fmt_9,
fmt,
spdlog,
}:
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "irods";
version = "5.0.1";
version = "5.0.2";
src = fetchFromGitHub {
owner = "irods";
repo = "irods";
tag = finalAttrs.version;
hash = "sha256-/mcuqukgDoMc89FL/TfOhHWglsfdLmQbAnQYT8vTFsY=";
hash = "sha256-gYwuXWRf5MZv3CTUq/RDlU9Ekbw4jZJmSgWRBKqdKJo=";
};
nativeBuildInputs = [
@@ -54,12 +54,8 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
boost183
nlohmann_json
nanodbc
# Tracking issue for `fmt_11`:
# <https://github.com/irods/irods/issues/8454>
fmt_9
(spdlog.override {
fmt = fmt_9;
})
fmt
spdlog
];
cmakeFlags = finalAttrs.passthru.commonCmakeFlags ++ [