Unverified Commit b0b8b386 authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

Merge pull request #218131 from tomfitzhenry/calls-43.3

calls: 43.2 -> 43.3
parents aa112217 4b9857d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

stdenv.mkDerivation rec {
  pname = "calls";
  version = "43.2";
  version = "43.3";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
    repo = pname;
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-gHlhbQGtdIjKLMAkTxfc2QOjvNUPGKKL+OK8/vm0Oac=";
    hash = "sha256-GNICAk9SPrLc+zm3tHVwkQdiS20j4MVktGIbNWEEMHs=";
  };

  outputs = [ "out" "devdoc" ];