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>2019-03-02 14:53:30 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-02 14:53:30 -0800
commitca7b2f445a0602621c11571a1d1fafe01dfe7b5b (patch)
treee56becd2959b3bda974e472d4cdcf5e7c6542760 /pkgs/applications/networking/remote/remmina
parent2fcb11a2442b27834db87b2f62511037c31b5e36 (diff)
remmina: 1.3.2 -> 1.3.3
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
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 2c72248c57511..bd4ea2d9238de 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.2";
+  version = "1.3.3";
 
   src = fetchFromGitLab {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "1ld5ik2g4b95z9pynmwx8mqhblbfzr7a0v35pms89ig4ck1kvr5r";
+    sha256 = "09mizr9igf22kk26rdx5masai8ghd2nbqryvswkybvia2s6lccrs";
   };
 
   nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];