diff options
| author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2021-05-31 16:36:26 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 20:54:37 +0000 |
| commit | 63cb180895bbce29807e9d9dc729bf9d82fe053f (patch) | |
| tree | 379278506a303250b7535e33d36d683f63008004 | |
| parent | Merge pull request #125230 from NixOS/backport-124603-to-release-21.05 (diff) | |
| download | nixpkgs-origin/backport-125096-to-release-21.05.tar.gz | |
sane-airscan: 0.99.24 -> 0.99.26origin/backport-125096-to-release-21.05
(cherry picked from commit 19120ab49753fb29feb5a49a20398f7d39a96ea4)
| -rw-r--r-- | pkgs/applications/graphics/sane/backends/airscan/default.nix | 4 |
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 d2ff4339890d..8d0e32e2b4e1 100644 --- a/pkgs/applications/graphics/sane/backends/airscan/default.nix +++ b/pkgs/applications/graphics/sane/backends/airscan/default.nix @@ -2,7 +2,7 @@ , libxml2, gnutls, sane-backends }: stdenv.mkDerivation rec { pname = "sane-airscan"; - version = "0.99.24"; + version = "0.99.26"; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ avahi gnutls libjpeg libpng libxml2 sane-backends ]; @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "alexpevzner"; repo = pname; rev = version; - sha256 = "sha256-2zSLC9P7Q/GMefHvmrUz6nV2hgScb4BhPAkahNBouqk="; + sha256 = "08snfg5zx9924ryww0kxf1kgl085yw7fg6l4f1kzlhcmqf1958w5"; }; meta = with lib; { |
