Skip to content

Commit

Permalink
calls: 45.0 -> 46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomfitzhenry committed Mar 17, 2024
1 parent 21a43ca commit 299d466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/calls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@

stdenv.mkDerivation rec {
pname = "calls";
version = "45.0";
version = "46.0";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = pname;
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-NIQFKVpZSxY2QOb73WfYsCzMQwB9XySoADCL7IlmGe8=";
hash = "sha256-ZUVMK0Ex77EQKTGM0gBDHt8W9l4rHspihYduMcwMGho=";
};

outputs = [ "out" "devdoc" ];
Expand Down

0 comments on commit 299d466

Please sign in to comment.