summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-21 18:52:53 +0100
committerGitHub <noreply@github.com>2021-01-21 18:52:53 +0100
commitd3a090c9a7cc1b16e22e8cb9892c172480c32e5b (patch)
tree2fc59b5ea1a0c75ea77b849f202d457ab6ade012 /pkgs/applications/graphics
parent938ad4b145662ee15ecb9fe6d35559bb3f4c22be (diff)
parentcd424d34536376fd1cf39a5d7424ce362b34f7e7 (diff)
Merge pull request #110289 from bbigras/shotwell
shotwell: 0.31.2 -> 0.31.3
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 103a6ec3b6bc..bd9ad301d349 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -32,6 +32,7 @@
, itstool
, libgdata
, libchamplain
+, libsecret
, gsettings-desktop-schemas
, python3
}:
@@ -40,11 +41,11 @@
stdenv.mkDerivation rec {
pname = "shotwell";
- version = "0.31.2";
+ version = "0.31.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
- sha256 = "0ywzr6vgcz8yy60v0jp55na9lgqi4dbh2vakfphkcml1gpah0r2l";
+ sha256 = "1wkahbnnfxmi1jc5zmm3h761nrnkdks8lk0rj38bfkwg90h6zqwd";
};
nativeBuildInputs = [
@@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
gnome3.adwaita-icon-theme
libgdata
libchamplain
+ libsecret
];
postPatch = ''