Skip to content

Commit

Permalink
matrix-synapse: 1.91.2 -> 1.93.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Sep 26, 2023
1 parent b3c57c7 commit 895163f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "Nevarro Infrastructure NixOS deployments";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:sumnerevans/nixpkgs/matrix-synapse-1.93";
flake-utils.url = "github:numtide/flake-utils";
mineshspc = {
url = "github:ColoradoSchoolOfMines/mineshspc.com";
Expand Down
6 changes: 3 additions & 3 deletions nixos/colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ in
# Custom package that tracks with the latest release of Synapse.
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overridePythonAttrs (old: rec {
pname = "matrix-synapse";
version = "1.91.2";
version = "1.93.0";
format = "pyproject";

src = super.fetchFromGitHub {
owner = "matrix-org";
repo = "synapse";
rev = "v${version}";
hash = "sha256-U9SyDmO34s9PjLPnT1QYemGeCmKdXRaQvEC8KKcFXOI=";
hash = "sha256-fmY5xjpbFwzrX47ijPxOUTI0w9stYVPpSV+HRF4GdlA=";
};

cargoDeps = super.rustPackages.rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-q3uoT2O/oTVSg6olZohU8tiWahijyva+1tm4e1GWGj4=";
hash = "sha256-9cCEfDV5X65JublgkUP6NVfMIObPawx+nXTmIG9lg5o=";
};

doCheck = false;
Expand Down
6 changes: 3 additions & 3 deletions nixos/pkgs/linkedin-messaging.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ with python3.pkgs;
buildPythonPackage rec {
pname = "linkedin-messaging";
version = "0.6.0";
format = "flit";
format = "pyproject";

src = fetchFromGitHub {
owner = "sumnerevans";
owner = "beeper";
repo = "linkedin-messaging-api";
rev = "v${version}";
sha256 = "sha256-Bn/yxv+RZrBtvpyotWhEY2HafIRTaWxiTexP4AVTJ0A=";
};

nativeBuildInputs = [
python3.pkgs.flit
python3.pkgs.flit-core
];

propagatedBuildInputs = [
Expand Down

0 comments on commit 895163f

Please sign in to comment.