1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #169391 from r-ryantm/auto-update/gnome.simple-scan

gnome.simple-scan: 42.0 -> 42.1
This commit is contained in:
Thiago Kenji Okada 2022-04-21 16:40:08 +01:00 committed by GitHub
commit c11ee1c598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "simple-scan";
version = "42.0";
version = "42.1";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-rB+Fev0LyIl90gRQI618VxPlzu/KVrCzzF6aR5UylYY=";
sha256 = "sha256-hZvAYRwXabW9q6ljne7TWfUEdMLuz1i7v9fOIZEbIiY=";
};
nativeBuildInputs = [
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook
libxml2
gobject-introspection # For setup hook
vala
];
buildInputs = [
@ -49,14 +50,12 @@ stdenv.mkDerivation rec {
gdk-pixbuf
colord
glib
gnome.adwaita-icon-theme
gusb
gtk3
libhandy
libwebp
packagekit
sane-backends
vala
];
postPatch = ''