summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2020-07-03 21:36:38 +0200
committerDaniel Șerbănescu <daniel@serbanescu.dk>2020-07-03 21:36:38 +0200
commit2fc143241548abd50aff3172fafdc353ac353786 (patch)
tree9eb93fbb8c183009eacc2976dad0448e9bd6e705
parentab06a9142301267d6ad455e7e2790c1b191a5fb4 (diff)
downloadnixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar.gz
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar.bz2
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar.lz
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar.xz
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.tar.zst
nixpkgs-2fc143241548abd50aff3172fafdc353ac353786.zip
simple-scan: 3.36.2.1 -> 3.36.3
-rw-r--r--pkgs/desktops/gnome-3/core/simple-scan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/simple-scan/default.nix b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
index 938e89be1e3..8a097b74ae7 100644
--- a/pkgs/desktops/gnome-3/core/simple-scan/default.nix
+++ b/pkgs/desktops/gnome-3/core/simple-scan/default.nix
@@ -24,11 +24,11 @@
 
 stdenv.mkDerivation rec {
   pname = "simple-scan";
-  version = "3.36.2.1";
+  version = "3.36.3";
 
   src = fetchurl {
     url = "mirror://gnome/sources/simple-scan/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "0aq1pf0wk536b91as54684xgmhl7lps0k2xcwha5wh6h1isyb35v";
+    sha256 = "0gsz7jqk0fdj0mama3cnss9i1adw18cpdnlcjcjh4r5qijmvx0vh";
   };
 
   nativeBuildInputs = [