matrix-brandy: 1.23.2 -> 1.23.3

This commit is contained in:
Raf Gemmail
2024-09-08 23:30:52 +12:00
parent ca35a74bfb
commit 7d7f7dfa0d
+2 -2
View File
@@ -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 = [