summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-07-07 15:02:20 -0700
committerGitHub <noreply@github.com>2020-07-07 15:02:20 -0700
commit7020181a52d41651119e66afcb7ad1b3073f974a (patch)
tree5b2f7ee36dddf147a8bc80cc7bdf2c78712d4855 /pkgs
parentc389daaa348507f563e96e974a1078de2adc6f05 (diff)
parent9fff2b76c6b24a141bca15d7e742b26e95d57d17 (diff)
downloadnixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar.gz
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar.bz2
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar.lz
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar.xz
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.tar.zst
nixpkgs-7020181a52d41651119e66afcb7ad1b3073f974a.zip
Merge pull request #92563 from r-ryantm/auto-update/sane-airscan
sane-airscan: 0.99.3 -> 0.99.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/sane/backends/airscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sane/backends/airscan/default.nix b/pkgs/applications/graphics/sane/backends/airscan/default.nix
index 0615b00f135..bd4a5ac9ad9 100644
--- a/pkgs/applications/graphics/sane/backends/airscan/default.nix
+++ b/pkgs/applications/graphics/sane/backends/airscan/default.nix
@@ -2,7 +2,7 @@
 , sane-backends, meson, ninja }:
 stdenv.mkDerivation rec {
   pname = "sane-airscan";
-  version = "0.99.3";
+  version = "0.99.8";
 
   nativeBuildInputs = [ meson ninja pkg-config ];
   buildInputs = [ avahi libsoup libjpeg libpng sane-backends ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "alexpevzner";
     repo = pname;
     rev = version;
-    sha256 = "1sxp207vzjzi0ad5202n46acbha4dfmzcijl2v0b9j9lj4k42a8k";
+    sha256 = "0sdlnbzhnfn4i5mkqhc8zmjywbbjqkbnsiz2gpqhy6fypshryahz";
   };
 
   meta = with lib; {