Skip to content

Commit c0e32b7

Browse files
authored
synapse-admin-etkecc: 0.10.3-etke39 -> 0.10.4-etke40 (#406729)
2 parents e147f4b + b0ca69a commit c0e32b7

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.10.3-etke39";
20+
version = "0.10.4-etke40";
2121

2222
src = fetchFromGitHub {
2323
owner = "etkecc";
2424
repo = "synapse-admin";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-1jE4QrHAnH27FrfpgM8rKd4I2AAJArtL0jgcWVc8TrU=";
26+
hash = "sha256-QIOQ25K/QCpSAz3HMOADSIVb3iqfdNCNmWrn7xD0ytU=";
2727
};
2828

2929
yarnOfflineCache = fetchYarnDeps {
3030
yarnLock = finalAttrs.src + "/yarn.lock";
31-
hash = "sha256-60rS/OfPEQmmZ5j7mUjMPyK9prgNOX7MkYpu9djdjxQ=";
31+
hash = "sha256-YQZN9tj0zGnC4gmTvHM32mdaOw5RFuUL2ZKd9/8GNZA=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)