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-07-22 16:38:33 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-07-22 16:57:41 +0200
commitb1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf (patch)
tree48039f776dc073e7e252e3b55b70a0e42438fb55 /pkgs/applications/graphics/simple-scan
parent1a03de173bac85b8feded80734de25388831d3eb (diff)
downloadnixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar.gz
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar.bz2
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar.lz
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar.xz
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.tar.zst
nixpkgs-b1e58a7720b0baec3ba7c9c053d54a8ee06bb7cf.zip
simple-scan: 3.17.3 -> 3.17.4
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 744f789e55c..954b2e02136 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, intltool, itstool, libxml2
 , makeWrapper, pkgconfig, saneBackends, systemd, vala }:
 
-let version = "3.17.3"; in
+let version = "3.17.4"; in
 stdenv.mkDerivation rec {
   name = "simple-scan-${version}";
 
   src = fetchurl {
-    sha256 = "1kb2xk4vr2nab3hfjfnfyapv2z65h99c3g7mfkmanzrng5xwrj8q";
+    sha256 = "1pslbv45g01g039zj2b01k08f763kkhzqw8wwz7yh27m7bjllnx6";
     url = "https://launchpad.net/simple-scan/3.17/${version}/+download/${name}.tar.xz";
   };