synapse-admin-etkecc: 0.11.1-etke45 -> 0.11.1-etke46

Changelog: https://github.com/etkecc/synapse-admin/releases/tag/v0.11.1-etke46
Diff: https://github.com/etkecc/synapse-admin/compare/v0.11.1-etke45...v0.11.1-etke46
(cherry picked from commit 3dac25ef77)
This commit is contained in:
Defelo
2025-09-02 18:41:15 +00:00
committed by github-actions[bot]
parent 0b9d560071
commit 298b99df71

View File

@@ -17,18 +17,18 @@ assert lib.asserts.assertMsg (
stdenv.mkDerivation (finalAttrs: {
pname = "synapse-admin-etkecc";
version = "0.11.1-etke45";
version = "0.11.1-etke46";
src = fetchFromGitHub {
owner = "etkecc";
repo = "synapse-admin";
tag = "v${finalAttrs.version}";
hash = "sha256-LlwNVlgZl5O9paEGem68FbzAPOfXlLTxZ865vR7qPR8=";
hash = "sha256-jRz4yST/Uqo2lLNKU/5vtP9pw3kLtgi3Btq5LxO2xOA=";
};
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-7eSQQdcJkBIbG/0cj0uh02Day+4ph6LMQGIaMPqjpdk=";
hash = "sha256-E9ukVprsM6GAUuWw+5l4PoYQc9VoDh1YgtpCRmCCam0=";
};
nativeBuildInputs = [