summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-04-18 19:46:14 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-04-18 19:49:18 +0200
commitf907aadb1d8e5356c4d06867257e41507d4ba222 (patch)
treef5383a62f6d6d3694231a281ebadda66cd66486e
parent1dd0107ed0d290b08239b7a77d5dc164b81862ab (diff)
downloadnixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar.gz
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar.bz2
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar.lz
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar.xz
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.tar.zst
nixpkgs-f907aadb1d8e5356c4d06867257e41507d4ba222.zip
brscan4: 0.4.9-1 -> 0.4.10-1
-rw-r--r--pkgs/applications/graphics/sane/backends/brscan4/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/sane/backends/brscan4/default.nix b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
index 9713618d79a..1959713dbe5 100644
--- a/pkgs/applications/graphics/sane/backends/brscan4/default.nix
+++ b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
@@ -11,16 +11,15 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "brscan4";
-  version = "0.4.9-1";
+  version = "0.4.10-1";
   src = {
     "i686-linux" = fetchurl {
       url = "http://download.brother.com/welcome/dlf006646/${pname}-${version}.i386.deb";
-      sha256 = "0pkg9aqvnkpjnb9cgzf7lxw2g4jqrf2w98irkv22r0gfsfs3nwma";
+      sha256 = "sha256-ymIAg+rfSYP5uzsAM1hUYZacJ0PXmKEoljNtb0pgGMw=";
     };
     "x86_64-linux" = fetchurl {
-
       url = "https://download.brother.com/welcome/dlf006645/${pname}-${version}.amd64.deb";
-      sha256 = "0kakkl8rmsi2yr3f8vd1kk8vsl9g2ijhqil1cvvbwrhwgi0b7ai7";
+      sha256 = "sha256-Gpr5456MCNpyam3g2qPo7S3aEZFMaUGR8bu7YmRY8xk=";
     };
   }."${stdenv.hostPlatform.system}";