about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-23 13:30:47 -0400
committerGitHub <noreply@github.com>2020-03-23 13:30:47 -0400
commitca10dbcb98904755c5512de6f59df7ef1880e3d6 (patch)
tree70d27a407c3187bbe2d8240948fbd255c8c50ca4 /pkgs/applications/networking/remote
parentc9b1356d9f637bd6aaedaf58d87ce6447851810a (diff)
parent757ea3948552317e70fc59f26ecb534ae4d1a791 (diff)
Merge pull request #81171 from r-ryantm/auto-update/remmina
remmina: 1.3.10 -> 1.4.1
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index de221fce38967..3e41649d8cc02 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -13,13 +13,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "remmina";
-  version = "1.3.10";
+  version = "1.4.1";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "0gc7b88129avl9sbax3ncvm7zf2qvq35ixvvpr2zj74g3qnphl08";
+    sha256 = "084yw0fd3qmzzd6xinhf4plv5bg8gfj4jnfac7zi1nif8zilf456";
   };
 
   nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     license = licenses.gpl2;
-    homepage = https://gitlab.com/Remmina/Remmina;
+    homepage = "https://gitlab.com/Remmina/Remmina";
     description = "Remote desktop client written in GTK";
     maintainers = with maintainers; [ melsigl ryantm ];
     platforms = platforms.linux;