Unverified Commit 3ea5445a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

sogo: 5.12.3 -> 5.12.4 (#453661)

parents 83945ad0 aaf8c3ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

clangStdenv.mkDerivation rec {
  pname = "sogo";
  version = "5.12.3";
  version = "5.12.4";

  # always update the sope package as well, when updating sogo
  src = fetchFromGitHub {
    owner = "Alinto";
    repo = "sogo";
    rev = "SOGo-${version}";
    hash = "sha256-HTfe/ZiipqS6QdKQK0wf4Xl6xCTNw5fEdXfRFbBMWMY=";
    hash = "sha256-L79ABIABaVrO5Y3a3a30ZPyrhI/Nx+Bb5WjOvL0PI7s=";
  };

  nativeBuildInputs = [