Skip to content

Commit

Permalink
remmina: 1.4.1 -> 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 10, 2020
1 parent 9c15de6 commit 23bacaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/remmina/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "remmina";
version = "1.4.1";
version = "1.4.3";

src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "084yw0fd3qmzzd6xinhf4plv5bg8gfj4jnfac7zi1nif8zilf456";
sha256 = "11s39xcy80rarkddw31v621zpai1vdr52iam367l69mcbc40xg36";
};

nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 23bacaa

Please sign in to comment.