Merge pull request #221417 from r-ryantm/auto-update/jami

jami: 20230306.0 -> 20230313.0
This commit is contained in:
Nick Cao
2023-03-16 14:20:09 +08:00
committed by GitHub
@@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
pname = "jami";
version = "20230306.0";
version = "20230313.0";
src = fetchFromGitLab {
domain = "git.jami.net";
owner = "savoirfairelinux";
repo = "jami-client-qt";
rev = "stable/${version}";
hash = "sha256-OQo5raXl2OIAF/iLMCNT32b4xRZ/jCN0EkgH9rJXbFE=";
hash = "sha256-3kZ4nn6x1xsXWybyuaY9W07tEM6LFvLL4QtDRPRmob4=";
fetchSubmodules = true;
};