about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 12:44:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 12:44:14 -0700
commit43c8aa89a6b62181c3c3604f79a3a9db82581aee (patch)
treef2311e5d9dd68c5424dceb837b618a7e64dcb25d /pkgs/applications/networking/remote
parent6767396e380b39128e5decf30d6cb87481a75490 (diff)
downloadnixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar.gz
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar.bz2
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar.lz
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar.xz
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.tar.zst
nixlib-43c8aa89a6b62181c3c3604f79a3a9db82581aee.zip
remmina: 1.2.31.3 -> 1.2.31.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
remmina
Diffstat (limited to 'pkgs/applications/networking/remote')
-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 14ab36c78fd2..fb138a1e8d45 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -10,7 +10,7 @@
 }:
 
 let
-  version = "1.2.31.3";
+  version = "1.2.31.4";
 
   desktopItem = makeDesktopItem {
     name = "remmina";
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
     owner  = "Remmina";
     repo   = "Remmina";
     rev    = "v${version}";
-    sha256 = "0lvang4587wz292c3k3s8n4icc25cia1phmij34ndrl1f9lg34dp";
+    sha256 = "1jx704f5zjns3nqy0ffgyfaxfxcxp83mfm5k539xfnqjn5g5h1qr";
   };
 
   nativeBuildInputs = [ pkgconfig ];