Merge pull request #182476 from tomfitzhenry/calls-42

calls: 41.1 -> 42.0
This commit is contained in:
Guillaume Girol 2022-07-29 20:07:14 +00:00 committed by GitHub
commit 63e34c29f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,14 +32,15 @@
stdenv.mkDerivation rec {
pname = "calls";
version = "41.1";
version = "42.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = pname;
rev = version;
sha256 = "1vbw9x5s3ww11f3lnqivc74rjlmi9fk1hzaq1idrdcck3gvif0h8";
fetchSubmodules = true;
hash = "sha256-ASKK9PB5FAD10CR5O+L2WgMjCzmIalithHL8jV0USiM=";
};
outputs = [ "out" "devdoc" ];