From 17a870ecc6c77e51ff8b6aeabf4b171fecc33406 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 4 Jun 2025 23:00:48 +0000 Subject: [PATCH] sane-backends: 1.3.1 -> 1.4.0 --- pkgs/applications/graphics/sane/backends/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/sane/backends/default.nix b/pkgs/applications/graphics/sane/backends/default.nix index 2777e107511a..78f4507e939b 100644 --- a/pkgs/applications/graphics/sane/backends/default.nix +++ b/pkgs/applications/graphics/sane/backends/default.nix @@ -42,13 +42,13 @@ stdenv.mkDerivation rec { pname = "sane-backends"; - version = "1.3.1"; + version = "1.4.0"; src = fetchFromGitLab { owner = "sane-project"; repo = "backends"; rev = "refs/tags/${version}"; - hash = "sha256-4mwPGeRsyzngDxBQ8/48mK+VR9LYV6082xr8lTrUZrk="; + hash = "sha256-e7Wjda+CobYatblvVCGkMAO2aWrdSCp7q+qIEGnGDCY="; }; postPatch = ''