calls: 45.0 -> 46.0

This commit is contained in:
R. Ryantm 2024-03-17 00:21:10 +00:00 committed by tomf
parent 21a43cab3e
commit 299d4668ba

View file

@ -34,7 +34,7 @@
stdenv.mkDerivation rec {
pname = "calls";
version = "45.0";
version = "46.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-NIQFKVpZSxY2QOb73WfYsCzMQwB9XySoADCL7IlmGe8=";
hash = "sha256-ZUVMK0Ex77EQKTGM0gBDHt8W9l4rHspihYduMcwMGho=";
};
outputs = [ "out" "devdoc" ];