summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 23:14:03 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 23:14:03 -0800
commit57e3f1c96f9a1a619cc253e272d46829a601117f (patch)
tree57f5075616e526afd219a8e8bfb105af46b50aac
parent4866cbe3418a56e46e0378db50ce764a35679faa (diff)
downloadnixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar.gz
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar.bz2
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar.lz
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar.xz
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.tar.zst
nixpkgs-57e3f1c96f9a1a619cc253e272d46829a601117f.zip
remmina: 1.2.32.1 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remmina/versions
-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 cd2b816c6aa..a53bea23e19 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.2.32.1";
+  version = "1.3.0";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "1b77gs68j5j4nlv69vl81d0kp2623ysvshq7495y6hq5wgi5l3gc";
+    sha256 = "15b0fnv7xra4fpmn2y4k2rpzcss30sd1dhnx7yvhs2zq12z2m0wi";
   };
 
   nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];