Unverified Commit 4ac97d1c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

matrix-brandy: 1.23.2 -> 1.23.3 (#340502)

parents f8c1a999 7d7f7dfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "matrix-brandy";
  version = "1.23.2";
  version = "1.23.3";

  src = fetchFromGitHub {
    owner = "stardot";
    repo = "MatrixBrandy";
    rev = "V${version}";
    hash = "sha256-alyg4AQ1nSISk3NwniTurRVWeUp1q/SQjK2loek8bfI=";
    hash = "sha256-jw5SxCQ2flvCjO/JO3BHpnpt31wBsBxDkVH7uwVxTS0=";
  };

  buildInputs = [