Skip to content

Commit 043f2b3

Browse files
synapse-admin-etkecc: 0.11.1-etke45 -> 0.11.1-etke46 (#439675)
2 parents bb43b8d + 3dac25e commit 043f2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sy/synapse-admin-etkecc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ assert lib.asserts.assertMsg (
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "synapse-admin-etkecc";
20-
version = "0.11.1-etke45";
20+
version = "0.11.1-etke46";
2121

2222
src = fetchFromGitHub {
2323
owner = "etkecc";
2424
repo = "synapse-admin";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-LlwNVlgZl5O9paEGem68FbzAPOfXlLTxZ865vR7qPR8=";
26+
hash = "sha256-jRz4yST/Uqo2lLNKU/5vtP9pw3kLtgi3Btq5LxO2xOA=";
2727
};
2828

2929
yarnOfflineCache = fetchYarnDeps {
3030
yarnLock = finalAttrs.src + "/yarn.lock";
31-
hash = "sha256-7eSQQdcJkBIbG/0cj0uh02Day+4ph6LMQGIaMPqjpdk=";
31+
hash = "sha256-E9ukVprsM6GAUuWw+5l4PoYQc9VoDh1YgtpCRmCCam0=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)