Merge pull request #76406 from r-ryantm/auto-update/remmina

remmina: 1.3.7 -> 1.3.8
This commit is contained in:
Ryan Mulligan 2019-12-24 16:03:59 -08:00 committed by GitHub
commit f381974ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "remmina";
version = "1.3.7";
version = "1.3.8";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "076vz6nzs8v4d44dklsfgmwyhp48c2iywixg032znz193anjcgqn";
sha256 = "017bm43d56clgray7sjvb00wpchr4zazc9ll0cd5wimirm12cxba";
};
nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];