mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
synapse-admin: 0.10.4 -> 0.11.0
This commit is contained in:
parent
affb6b1b65
commit
95ae1cc72d
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "synapse-admin";
|
pname = "synapse-admin";
|
||||||
version = "0.10.4";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Awesome-Technologies";
|
owner = "Awesome-Technologies";
|
||||||
repo = "synapse-admin";
|
repo = "synapse-admin";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-ZFYr8Uhsg0+IeOhIcncPuBpAPFB34t98aiucEBDiqTM=";
|
hash = "sha256-GE1DoB/NYyuB2NcTqX9qLhLpG4dXT6xleYAOsfkHaNE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
|
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
|
||||||
|
@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
outputHash = "sha256-av2FDnh55rzzX5m2/Y5d8QWqiBY5/pTW5JRJ+IRcwRA=";
|
outputHash = "sha256-8SBtzwuM/uokjMVgRPnzatoLuSCmo58870WH3+H6zy8=";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue