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

remmina: 1.3.2 -> 1.3.3
This commit is contained in:
Ryan Mulligan 2019-03-02 16:06:35 -08:00 committed by GitHub
commit 9fcbe8ef17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "remmina";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "1ld5ik2g4b95z9pynmwx8mqhblbfzr7a0v35pms89ig4ck1kvr5r";
sha256 = "09mizr9igf22kk26rdx5masai8ghd2nbqryvswkybvia2s6lccrs";
};
nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];