overlay.. hmmmm i don't know why it's not workign /o\
This commit is contained in:
parent
d0b0b6feec
commit
00d73f9ba7
@ -14,21 +14,21 @@ let
|
|||||||
in {
|
in {
|
||||||
nixpkgs.overlays = if isUnstable then [
|
nixpkgs.overlays = if isUnstable then [
|
||||||
openssh
|
openssh
|
||||||
(self: super: rec {
|
|
||||||
|
(self: super: {
|
||||||
matrix-synapse = super.matrix-synapse.overrideAttrs (old: rec {
|
matrix-synapse = super.matrix-synapse.overrideAttrs (old: rec {
|
||||||
pname = "matrix-synapse";
|
|
||||||
version = "1.70.0";
|
version = "1.70.0";
|
||||||
src = super.fetchFromGitHub {
|
src = super.fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "synapse";
|
repo = "synapse";
|
||||||
rev = "v${version}";
|
rev = "v1.70.0";
|
||||||
sha256 = "sha256-SkPQPkSF6cppCS58e7wtkBh4nIFekt1O7qbpA6T0lEk=";
|
hash = "sha256-SkPQPkSF6cppCS58e7wtkBh4nIFekt1O7qbpA6T0lEk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = super.rustPlatform.fetchCargoTarball {
|
cargoDeps = super.rustPlatform.fetchCargoTarball {
|
||||||
inherit src;
|
inherit src;
|
||||||
name = "${pname}-${version}";
|
name = "matrix-synapse-1.70.0";
|
||||||
sha256 = "sha256-ucfk2rWU4k9kDIBgbOgp+3ORog/66FgZ90qxF33IuC4=";
|
hash = "sha256-ucfk2rWU4k9kDIBgbOgp+3ORog/66FgZ90qxF33IuC4=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user