Skip to content

Commit

Permalink
remmina: 1.4.4 -> 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 7, 2020
1 parent 6eeb612 commit 9ba9668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/remmina/default.nix
Expand Up @@ -13,13 +13,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "remmina";
version = "1.4.4";
version = "1.4.7";

src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "0kc0akr5xvbq2bx3wsgf0hd8x5hjgshwrrzhwixp0584ydax89gv";
sha256 = "0h09f2amj7ab78fzil2w7cr22d21ad5mp1r2fa70w26g7ra3jzk9";
};

nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 9ba9668

Please sign in to comment.