sane-backends: 1.1.1 -> 1.2.1

changelog: https://gitlab.com/sane-project/backends/-/tags/1.2.1

Tested by scanning in nixos-rebuild build-vm, which can be done by
passing your USB printer to the vm as follows:
QEMU_OPTS="-device usb-ehci,id=ehci -device usb-host,vendorid=0x1234,productid=0xabcd" result/bin/run-nixos-vm
where lsusb reports
Bus 003 Device 008: ID 1234:abcd The Printer
This commit is contained in:
Guillaume Girol 2023-02-12 12:00:00 +00:00
parent e5530aba13
commit f0ddf281c5

View File

@ -16,7 +16,7 @@
stdenv.mkDerivation {
pname = "sane-backends";
version = "1.1.1";
version = "1.2.1";
src = fetchurl {
# raw checkouts of the repo do not work because, the configure script is
@ -25,8 +25,8 @@ stdenv.mkDerivation {
# unfortunately this make the url unpredictable on update, to find the link
# go to https://gitlab.com/sane-project/backends/-/releases and choose
# the link under the heading "Other".
url = "https://gitlab.com/sane-project/backends/uploads/7d30fab4e115029d91027b6a58d64b43/sane-backends-1.1.1.tar.gz";
sha256 = "sha256-3UsEw3pC8UxGGejupqlX9MfGF/5Z4yrihys3OUCotgM=";
url = "https://gitlab.com/sane-project/backends/uploads/110fc43336d0fb5e514f1fdc7360dd87/sane-backends-1.2.1.tar.gz";
sha256 = "f832395efcb90bb5ea8acd367a820c393dda7e0dd578b16f48928b8f5bdd0524";
};
patches = [