summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-15 06:49:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-15 06:49:42 +0000
commitb8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c (patch)
treeb7e5c52d36634ab5c131a02dce83fedeba5a6151 /pkgs/applications/networking
parent1a268c42c8b0550f70da78c136171799481b0d97 (diff)
downloadnixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar.gz
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar.bz2
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar.lz
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar.xz
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.tar.zst
nixpkgs-b8b8edcc7da3149e0d8c82ea9690bbd6b9e17d3c.zip
remmina: 1.4.24 -> 1.4.25
Diffstat (limited to 'pkgs/applications/networking')
-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 29d80c25ef5..9721c6b9ba4 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -15,13 +15,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "remmina";
-  version = "1.4.24";
+  version = "1.4.25";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "sha256-rcxgr3HVOWA3mTfX8tka9bPGDRDtKhBRsfQ3hv9XHf0=";
+    sha256 = "sha256-1val/KCClEtw1prVWuXJe8DmmQ7e7oqwAfAnT9G9iHI=";
   };
 
   nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];