overlays/matrix-synapse: update to 1.118.0
- add a shortcut for build testing
This commit is contained in:
parent
1bdc64b2fd
commit
0e14f53f91
@ -380,6 +380,7 @@
|
||||
|
||||
xin = upkgs.callPackage ./bins/xin { inherit upkgs; };
|
||||
openssh = upkgs.pkgsMusl.callPackage ./pkgs/openssh.nix { inherit upkgs; };
|
||||
matrix = self.nixosConfigurations.h.pkgs.matrix-synapse;
|
||||
});
|
||||
|
||||
templates = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
let
|
||||
version = "1.117.0";
|
||||
hash = "sha256-fBxvEHkLo736Qp973XeXXG84MuZHOZfBHjKbcJpmtJw=";
|
||||
sha256 = "sha256-Wqpt42dubiECMPfijtb8EcsKDTsVKseZ8f6VP7QBpoo=";
|
||||
version = "1.118.0";
|
||||
hash = "sha256-dMa1L1MYzt/XfCD8hGt+WupAwl5l4zwVcj5mQ8KtTp8=";
|
||||
sha256 = "sha256-FJaj5T2wMIn/A0JNUGpXyNtPvXIAF8Ivkej4vS1S3dA=";
|
||||
matrix-synapse-unwrapped = _: super: {
|
||||
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overrideAttrs (_: rec {
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user