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

Changelog: https://github.com/etkecc/synapse-admin/releases/tag/v0.11.1-etke47
Diff: https://github.com/etkecc/synapse-admin/compare/v0.11.1-etke46...v0.11.1-etke47
(cherry picked from commit 936419471d)
This commit is contained in:
Defelo
2025-09-03 12:28:53 +00:00
committed by github-actions[bot]
parent 7c39242e86
commit 27522714f9

View File

@@ -17,13 +17,13 @@ assert lib.asserts.assertMsg (
stdenv.mkDerivation (finalAttrs: {
pname = "synapse-admin-etkecc";
version = "0.11.1-etke46";
version = "0.11.1-etke47";
src = fetchFromGitHub {
owner = "etkecc";
repo = "synapse-admin";
tag = "v${finalAttrs.version}";
hash = "sha256-jRz4yST/Uqo2lLNKU/5vtP9pw3kLtgi3Btq5LxO2xOA=";
hash = "sha256-pf8g61jKj7nQXgEED3RGZiLHSvoBsYNo+M1cMsRCWnw=";
};
yarnOfflineCache = fetchYarnDeps {