diff options
author | tv <tv@krebsco.de> | 2019-09-04 16:08:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-09-04 20:28:01 +0200 |
commit | af6f37979cf1efd0166010c7ebee0e8933759e0b (patch) | |
tree | 74c595e00046f2edb23454cad2e82130ee9f40c0 /tv | |
parent | a1ca4c183e25b8ea97657c736e23ac71c1c23a17 (diff) |
tv utsushi: 3.55.0 -> 3.59.2
Diffstat (limited to 'tv')
-rw-r--r-- | tv/5pkgs/simple/utsushi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/5pkgs/simple/utsushi.nix b/tv/5pkgs/simple/utsushi.nix index 9a86feddf..045271321 100644 --- a/tv/5pkgs/simple/utsushi.nix +++ b/tv/5pkgs/simple/utsushi.nix @@ -106,14 +106,14 @@ in stdenv.mkDerivation rec { pname = "utsushi"; - version = "3.55.0"; + version = "3.59.2"; src = fetchurl { urls = [ "http://support.epson.net/linux/src/scanner/imagescanv3/debian/imagescan_${version}.orig.tar.gz" "http://ni.r/~tv/mirrors/epson/imagescan_${version}.orig.tar.gz" ]; - sha256 = "0xwl4xp07cigslbi1qc52jsjvxcyvjlx54g812mn7211p01v2h4l"; + sha256 = "1mns10mpyjprkrh2bjcg2nda9iyrnd0pf1did9py84glpapkzrdq"; }; preConfigure = '' |