about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/remmina
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-13 22:31:14 +0000
committerehmry <ehmry@posteo.net>2022-02-20 08:13:49 -0600
commit233603486790b6ab0b2bac3e88b0751c2066d613 (patch)
tree3d2c38f4b5967b6615ee8c2981efd5f934a9fa88 /pkgs/applications/networking/remote/remmina
parent96deebbd3485a0d071eb350a184b49668f84f340 (diff)
remmina: 1.4.23 -> 1.4.24
Diffstat (limited to 'pkgs/applications/networking/remote/remmina')
-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 da07d7d72ab9a..58ce130a73053 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.23";
+  version = "1.4.24";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "sha256-MyemiSAMZEa9Ng6WHEyHgrze8YtIbzMCR8CTb86PDsg=";
+    sha256 = "sha256-rcxgr3HVOWA3mTfX8tka9bPGDRDtKhBRsfQ3hv9XHf0=";
   };
 
   nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];