summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-04-21 16:40:08 +0100
committerGitHub <noreply@github.com>2022-04-21 16:40:08 +0100
commitc11ee1c598b15a24d18f142f85ee3d438afc39e6 (patch)
treea0983410ede073ea096bb04c800df41ce1a3b3e8 /pkgs
parenta768498613ced0d261b4547f2f79404da9c001f8 (diff)
parenta4512530fe35a0a2fa2e1322e13b332adefe4b13 (diff)
downloadnixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar.gz
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar.bz2
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar.lz
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar.xz
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.tar.zst
nixpkgs-c11ee1c598b15a24d18f142f85ee3d438afc39e6.zip
Merge pull request #169391 from r-ryantm/auto-update/gnome.simple-scan
gnome.simple-scan: 42.0 -> 42.1
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 = ''