sane-backends: 1.3.1 -> 1.4.0 (#414114)

This commit is contained in:
Guillaume Girol
2025-06-13 16:21:48 +02:00
committed by GitHub
@@ -43,13 +43,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 = ''