about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/backends
diff options
context:
space:
mode:
authorDanylo Hlynskyi <abcz2.uprola@gmail.com>2020-03-04 23:47:31 +0200
committerGitHub <noreply@github.com>2020-03-04 23:47:31 +0200
commit308d840f03b805ea97ba596432dc73623ce0a585 (patch)
tree61a07fba491cb0b8594d559b33b128bb637f34f1 /pkgs/applications/graphics/sane/backends
parent88e23894fef73582f23a841d8e175894a78fe411 (diff)
downloadnixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar.gz
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar.bz2
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar.lz
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar.xz
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.tar.zst
nixlib-308d840f03b805ea97ba596432dc73623ce0a585.zip
brscan4: 0.4.4-4 -> 0.4.8-1 (#79872)
Diffstat (limited to 'pkgs/applications/graphics/sane/backends')
-rw-r--r--pkgs/applications/graphics/sane/backends/brscan4/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/sane/backends/brscan4/default.nix b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
index b431cf51b019..cd75088ea53c 100644
--- a/pkgs/applications/graphics/sane/backends/brscan4/default.nix
+++ b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
@@ -10,17 +10,17 @@ let
   udevRules = callPackage ./udev_rules_type1.nix {};
 
 in stdenv.mkDerivation rec {
-  name = "brscan4-0.4.4-4";
+  name = "brscan4-0.4.8-1";
   src = 
     if stdenv.hostPlatform.system == "i686-linux" then
       fetchurl {
         url = "http://download.brother.com/welcome/dlf006646/${name}.i386.deb";
-        sha256 = "13mhjbzf9nvpdzrc2s98684r7likg76zxs1wlz2h8w59fsqgx4k2";
+        sha256 = "15hrf1gpm36lniqi6yf47dvdqjinm644xb752c6rcv8n06wb79ag";
       }
     else if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchurl {
         url = "https://download.brother.com/welcome/dlf006645/${name}.amd64.deb";
-        sha256 = "0xy5px96y1saq9l80vwvfn6anr2q42qlxdhm6ci2a0diwib5q9fd";
+        sha256 = "0pyprjl0capg403yp6pp07gd6msx9kn7bzjcdswdbn28fyxrk5l4";
       }
     else throw "${name} is not supported on ${stdenv.hostPlatform.system} (only i686-linux and x86_64 linux are supported)";