Merge pull request #273701 from r-ryantm/auto-update/jicofo

jicofo: 1.0-1050 -> 1.0-1057
This commit is contained in:
Lassulus
2023-12-19 11:35:44 +01:00
committed by GitHub
+2 -2
View File
@@ -2,10 +2,10 @@
let
pname = "jicofo";
version = "1.0-1050";
version = "1.0-1057";
src = fetchurl {
url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb";
sha256 = "fenxq6syLoKV9jgj8qN7JrkWFeFWSk1QmK7o2hLhwyA=";
sha256 = "TdLPpwgULubzqyhD8PZhUMJG+AZnPT8xgjS3mUnToEo=";
};
in
stdenv.mkDerivation {