summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-20 03:23:22 +0000
committerBobby Rong <rjl931189261@126.com>2022-04-20 12:34:11 +0800
commita4512530fe35a0a2fa2e1322e13b332adefe4b13 (patch)
tree08fcb1e5216ed2b73394c8a779a85562d6d4e0ce /pkgs
parent2882f7f1ad6aee1891f774c7de193c5ca4bffbde (diff)
downloadnixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar.gz
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar.bz2
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar.lz
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar.xz
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.tar.zst
nixpkgs-a4512530fe35a0a2fa2e1322e13b332adefe4b13.zip
gnome.simple-scan: 42.0 → 42.1
https://gitlab.gnome.org/GNOME/simple-scan/-/compare/42.0...42.1

Also:
- move vala to nativeBuildInputs
- remove adwaita-icon-theme from buildInputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome/core/simple-scan/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome/core/simple-scan/default.nix b/pkgs/desktops/gnome/core/simple-scan/default.nix
index dd96e254109..e656624c5c0 100644
--- a/pkgs/desktops/gnome/core/simple-scan/default.nix
+++ b/pkgs/desktops/gnome/core/simple-scan/default.nix
@@ -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 = ''