sane-airscan: 0.99.31 -> 0.99.32 (#377870)

Co-authored-by: zaninime <zaninime@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-30 11:44:59 +00:00
committed by GitHub
co-authored by zaninime
+2 -2
View File
@@ -15,7 +15,7 @@
}:
stdenv.mkDerivation rec {
pname = "sane-airscan";
version = "0.99.31";
version = "0.99.32";
nativeBuildInputs = [
meson
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
owner = "alexpevzner";
repo = pname;
rev = version;
sha256 = "sha256-ZSmublTne8YZM8irowPedgEr2fzPzwt1QGWU+BBTAzA=";
sha256 = "sha256-lfWdeXURWLwae9G11oIS25CsOkzTjigRDGFzdV33bTU=";
};
meta = with lib; {