Merge pull request #202874 from symphorien/update-sane-backends
sane-backends: 1.0.32 -> 1.1.1
This commit is contained in:
commit
ddf0216b22
1 changed files with 5 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "sane-backends";
|
pname = "sane-backends";
|
||||||
version = "1.0.32";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# raw checkouts of the repo do not work because, the configure script is
|
# raw checkouts of the repo do not work because, the configure script is
|
||||||
|
@ -24,9 +24,9 @@ stdenv.mkDerivation {
|
||||||
# https://gitlab.com/sane-project/backends/-/issues/440
|
# https://gitlab.com/sane-project/backends/-/issues/440
|
||||||
# unfortunately this make the url unpredictable on update, to find the link
|
# unfortunately this make the url unpredictable on update, to find the link
|
||||||
# go to https://gitlab.com/sane-project/backends/-/releases and choose
|
# go to https://gitlab.com/sane-project/backends/-/releases and choose
|
||||||
# the link with other in the URL.
|
# the link under the heading "Other".
|
||||||
url = "https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/sane-backends-1.0.32.tar.gz";
|
url = "https://gitlab.com/sane-project/backends/uploads/7d30fab4e115029d91027b6a58d64b43/sane-backends-1.1.1.tar.gz";
|
||||||
sha256 = "055iicihxa6b28iv5fnz13n67frdr5nrydq2c846f9x7q0vw4a1s";
|
sha256 = "sha256-3UsEw3pC8UxGGejupqlX9MfGF/5Z4yrihys3OUCotgM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -140,5 +140,6 @@ stdenv.mkDerivation {
|
||||||
homepage = "http://www.sane-project.org/";
|
homepage = "http://www.sane-project.org/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
maintainers = [ maintainers.symphorien ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue