about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-13 16:46:58 +0200
committerGitHub <noreply@github.com>2019-10-13 16:46:58 +0200
commit804b243779f67ad6aa28411e5b46f6f693d61d67 (patch)
treec5b4d9cecc9ffa1f5c11235e041e0f90fcbec8ad /pkgs/tools
parent1e7079e896fcce298e49da0d27d5aeb90c971506 (diff)
parentf09e8383ce4ceaafd425ed61db17ab25d11e3b80 (diff)
Merge pull request #69955 from r-ryantm/auto-update/routino
routino: 3.2 -> 3.3.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/routino/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/routino/default.nix b/pkgs/tools/misc/routino/default.nix
index d852818b31554..d946ed91c726a 100644
--- a/pkgs/tools/misc/routino/default.nix
+++ b/pkgs/tools/misc/routino/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "routino";
-  version = "3.2";
+  version = "3.3.2";
 
   src = fetchurl {
     url = "https://routino.org/download/${pname}-${version}.tgz";
-    sha256 = "0lkmpi8gn7qf40cx93jcp7nxa9dfwi1d6rjrhcqbdymszzm33972";
+    sha256 = "1ccx3s99j8syxc1gqkzsaqkmyf44l7h3adildnc5iq2md7bp8wab";
   };
 
   nativeBuildInputs = [ perl ];