summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/backends/default.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2022-11-29 13:51:30 +0000
committerGitHub <noreply@github.com>2022-11-29 13:51:30 +0000
commitddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c (patch)
treefcfb0c316f9a3254432b8dc2a597571b319f0012 /pkgs/applications/graphics/sane/backends/default.nix
parentb330de2e1aa0a22744ccfbcbe920182961a2d084 (diff)
parent03365bdf549231fa6836bf0b4a3f058027f88cb3 (diff)
downloadnixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar.gz
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar.bz2
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar.lz
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar.xz
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.tar.zst
nixpkgs-ddf0216b220a8eb5d21baee4b04a0ff1ee7cce2c.zip
Merge pull request #202874 from symphorien/update-sane-backends
sane-backends: 1.0.32 -> 1.1.1
Diffstat (limited to 'pkgs/applications/graphics/sane/backends/default.nix')
-rw-r--r--pkgs/applications/graphics/sane/backends/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/sane/backends/default.nix b/pkgs/applications/graphics/sane/backends/default.nix
index b867269db05..b7ee6d200af 100644
--- a/pkgs/applications/graphics/sane/backends/default.nix
+++ b/pkgs/applications/graphics/sane/backends/default.nix
@@ -16,7 +16,7 @@
 
 stdenv.mkDerivation {
   pname = "sane-backends";
-  version = "1.0.32";
+  version = "1.1.1";
 
   src = fetchurl {
     # 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
     # 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 with other in the URL.
-    url = "https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/sane-backends-1.0.32.tar.gz";
-    sha256 = "055iicihxa6b28iv5fnz13n67frdr5nrydq2c846f9x7q0vw4a1s";
+    # 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=";
   };
 
   patches = [
@@ -140,5 +140,6 @@ stdenv.mkDerivation {
     homepage = "http://www.sane-project.org/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux ++ platforms.darwin;
+    maintainers = [ maintainers.symphorien ];
   };
 }