summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-11 05:04:52 -0500
committerGitHub <noreply@github.com>2020-01-11 05:04:52 -0500
commit08fd35f6ad76f74db7d605ddfb6293f61621b1a0 (patch)
tree0a6c95d77b550b3e4ed3d20a99cf7791ded16633 /pkgs/applications/networking
parente4c89a66fe5301ba65709faf94dfc1ace29eec4c (diff)
parent993264ac18b19957b79b9afec50c530f5c4ef945 (diff)
downloadnixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar.gz
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar.bz2
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar.lz
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar.xz
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.tar.zst
nixpkgs-08fd35f6ad76f74db7d605ddfb6293f61621b1a0.zip
Merge pull request #77242 from r-ryantm/auto-update/remmina
remmina: 1.3.8 -> 1.3.9
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 3c624faaf87..6a75f600f1c 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.8";
+  version = "1.3.9";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "017bm43d56clgray7sjvb00wpchr4zazc9ll0cd5wimirm12cxba";
+    sha256 = "1nkfxiajan43cf6yjn3blkv1pi5v7wkvh33gj84q4afvdbxvbcg4";
   };
 
   nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];