about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-01-21 12:54:22 -0800
committerGitHub <noreply@github.com>2022-01-21 12:54:22 -0800
commit39d44048bf9f2ffe7e782ac1c2a15f5e1828071a (patch)
tree2f48722fc74f27b142c5b10140685bce36cdc25e /pkgs/applications/networking/remote
parent829d7ce9442264580370cbf7bcd844b4da9ead8a (diff)
parent98b60db675e6920410034e5934df291fe56e083c (diff)
Merge pull request #155884 from r-ryantm/auto-update/remmina
remmina: 1.4.20 -> 1.4.23
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 11fcde29b8826..da07d7d72ab9a 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -13,13 +13,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "remmina";
-  version = "1.4.20";
+  version = "1.4.23";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "sha256-m3DUaoOD8COxMwCVBTipzCAz3mqIdunEbVPjyjAl9So=";
+    sha256 = "sha256-MyemiSAMZEa9Ng6WHEyHgrze8YtIbzMCR8CTb86PDsg=";
   };
 
   nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];