about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-29 22:51:30 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-29 22:51:39 +0100
commit06a50554ad576aed9e9202628bdc291acd86e58a (patch)
treea124144d292ac0670354952cce74d4b713aefcdb /pkgs/applications/graphics
parentc23874deda69a9c53d329f1b15a965bef3c0eae5 (diff)
downloadnixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar.gz
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar.bz2
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar.lz
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar.xz
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.tar.zst
nixlib-06a50554ad576aed9e9202628bdc291acd86e58a.zip
simple-scan: 3.19.90 -> 3.19.91
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/simple-scan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/simple-scan/default.nix b/pkgs/applications/graphics/simple-scan/default.nix
index 658df21a6545..7ee298f72811 100644
--- a/pkgs/applications/graphics/simple-scan/default.nix
+++ b/pkgs/applications/graphics/simple-scan/default.nix
@@ -3,10 +3,10 @@
 
 stdenv.mkDerivation rec {
   name = "simple-scan-${version}";
-  version = "3.19.90";
+  version = "3.19.91";
 
   src = fetchurl {
-    sha256 = "16s8855sqrn5iiirpqva0mys8abfpzk9xryrb6rpjbynvx2lanmd";
+    sha256 = "1c5glf5vxgld41w4jxfqcv17q76qnh43fawpv33hncgh8d283xkf";
     url = "https://launchpad.net/simple-scan/3.19/${version}/+download/${name}.tar.xz";
   };
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   configureFlags = [ "--disable-packagekit" ];
 
   preBuild = ''
-    # Clean up stale generated .c files still referencing packagekit headers:
+    # Clean up stale .c files referencing packagekit headers as of 3.19.91:
     make clean
   '';