summary refs log tree commit diff
path: root/pkgs/applications/graphics/simple-scan
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-15 00:20:59 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-15 00:20:59 +0100
commit29ab5c3b9c176bef496d33510499622f445783bf (patch)
tree597ff0787ab7ef5240929af09840963e2c99738f /pkgs/applications/graphics/simple-scan
parent75df6e05c3be5cfeae2231bad77b3d07a083b390 (diff)
downloadnixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar.gz
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar.bz2
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar.lz
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar.xz
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.tar.zst
nixpkgs-29ab5c3b9c176bef496d33510499622f445783bf.zip
simple-scan: 3.19.2 -> 3.19.3
Diffstat (limited to 'pkgs/applications/graphics/simple-scan')
-rw-r--r--pkgs/applications/graphics/simple-scan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/simple-scan/default.nix b/pkgs/applications/graphics/simple-scan/default.nix
index 4dd30697f0b..c205c2a3f1c 100644
--- a/pkgs/applications/graphics/simple-scan/default.nix
+++ b/pkgs/applications/graphics/simple-scan/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, cairo, colord, glib, gtk3, gusb, intltool, itstool
 , libusb, libxml2, pkgconfig, saneBackends, vala, wrapGAppsHook }:
 
-let version = "3.19.2"; in
+let version = "3.19.3"; in
 stdenv.mkDerivation rec {
   name = "simple-scan-${version}";
 
   src = fetchurl {
-    sha256 = "08454ky855iaiq5wn9rdbfal3i4fjss5fn5mg6cmags50wy9spsg";
+    sha256 = "0il7ikd5hj9mgzrivm01g572g9101w8la58h3hjyakwcfw3jp976";
     url = "https://launchpad.net/simple-scan/3.19/${version}/+download/${name}.tar.xz";
   };