0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

matrix-synapse: 0.33.8 -> 0.33.9

This commit is contained in:
Franz Pletz 2018-11-23 21:09:24 +01:00
parent b4d9f14d3c
commit 2bf16cbbc3
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -37,11 +37,11 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "matrix-synapse"; pname = "matrix-synapse";
version = "0.33.8"; version = "0.33.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0j8knnqpkidkmpwr2i1k9cwlnwfqpzn3q6ysjvrwpa76hpfcg40l"; sha256 = "1wdpywqi1xd6dy3hxnnjnh2amlmhljf8s0bff9v55jyh42bj1vpn";
}; };
patches = [ patches = [