synapse-admin: 0.10.4 -> 0.11.0

This commit is contained in:
R. Ryantm 2025-05-23 16:42:44 +00:00
parent affb6b1b65
commit 95ae1cc72d

View file

@ -18,13 +18,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "synapse-admin";
version = "0.10.4";
version = "0.11.0";
src = fetchFromGitHub {
owner = "Awesome-Technologies";
repo = "synapse-admin";
tag = finalAttrs.version;
hash = "sha256-ZFYr8Uhsg0+IeOhIcncPuBpAPFB34t98aiucEBDiqTM=";
hash = "sha256-GE1DoB/NYyuB2NcTqX9qLhLpG4dXT6xleYAOsfkHaNE=";
};
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook postBuild
'';
outputHash = "sha256-av2FDnh55rzzX5m2/Y5d8QWqiBY5/pTW5JRJ+IRcwRA=";
outputHash = "sha256-8SBtzwuM/uokjMVgRPnzatoLuSCmo58870WH3+H6zy8=";
outputHashMode = "recursive";
};