Unverified Commit 3c35ad0f authored by transcaffeine's avatar transcaffeine
Browse files
parent 24a4534e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@

python3Packages.buildPythonApplication rec {
  pname = "matrix-synapse";
  version = "1.150.0";
  version = "1.151.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "element-hq";
    repo = "synapse";
    rev = "v${version}";
    hash = "sha256-+Fj0hPl1ftI0o1P/VOagnzYRh9WUfUn0Q7NNdnR1DhI=";
    hash = "sha256-Ha0GXVdOyAqBwC0iRX41kZSW9onutdsfkhn7z/fNai8=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-RSBaRHtE0UVN5lt0iE7xywWa8bMJ202wtbReCH8wP+4=";
    hash = "sha256-bEAXUoyerS7KjP1f15Z+5nktX1H7Mx4wATJBRfbJW+4=";
  };

  build-system =