about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-08-16 13:59:59 -0700
committerGitHub <noreply@github.com>2020-08-16 13:59:59 -0700
commite087c629a4f8f7c2f4ece449a0e6e9a99577088b (patch)
tree84e621d5d29b6226b098093ccda5eabf51445457 /pkgs/applications/networking/remote
parent4d57d0ce0abeb50cfdea01eec8b147fbc6e4fbe7 (diff)
parent9ba9668d188722ceb6d1f2fe4b066902f5ba245a (diff)
Merge pull request #92560 from r-ryantm/auto-update/remmina
remmina: 1.4.4 -> 1.4.7
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index ee9ea66792731..feb707412468e 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.4.4";
+  version = "1.4.7";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "0kc0akr5xvbq2bx3wsgf0hd8x5hjgshwrrzhwixp0584ydax89gv";
+    sha256 = "0h09f2amj7ab78fzil2w7cr22d21ad5mp1r2fa70w26g7ra3jzk9";
   };
 
   nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];