Merge pull request #169391 from r-ryantm/auto-update/gnome.simple-scan
gnome.simple-scan: 42.0 -> 42.1
This commit is contained in:
commit
c11ee1c598
1 changed files with 3 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue