Merge pull request #202874 from symphorien/update-sane-backends

sane-backends: 1.0.32 -> 1.1.1

authored by

Guillaume Girol and committed by
GitHub
ddf0216b b330de2e

+5 -4
+5 -4
pkgs/applications/graphics/sane/backends/default.nix
··· 16 16 17 17 stdenv.mkDerivation { 18 18 pname = "sane-backends"; 19 - version = "1.0.32"; 19 + version = "1.1.1"; 20 20 21 21 src = fetchurl { 22 22 # raw checkouts of the repo do not work because, the configure script is ··· 24 24 # https://gitlab.com/sane-project/backends/-/issues/440 25 25 # unfortunately this make the url unpredictable on update, to find the link 26 26 # go to https://gitlab.com/sane-project/backends/-/releases and choose 27 - # the link with other in the URL. 28 - url = "https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/sane-backends-1.0.32.tar.gz"; 29 - sha256 = "055iicihxa6b28iv5fnz13n67frdr5nrydq2c846f9x7q0vw4a1s"; 27 + # the link under the heading "Other". 28 + url = "https://gitlab.com/sane-project/backends/uploads/7d30fab4e115029d91027b6a58d64b43/sane-backends-1.1.1.tar.gz"; 29 + sha256 = "sha256-3UsEw3pC8UxGGejupqlX9MfGF/5Z4yrihys3OUCotgM="; 30 30 }; 31 31 32 32 patches = [ ··· 140 140 homepage = "http://www.sane-project.org/"; 141 141 license = licenses.gpl2Plus; 142 142 platforms = platforms.linux ++ platforms.darwin; 143 + maintainers = [ maintainers.symphorien ]; 143 144 }; 144 145 }