Merge pull request #110289 from bbigras/shotwell

shotwell: 0.31.2 -> 0.31.3
This commit is contained in:
Sandro 2021-01-21 18:52:53 +01:00 committed by GitHub
commit d3a090c9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@
, itstool , itstool
, libgdata , libgdata
, libchamplain , libchamplain
, libsecret
, gsettings-desktop-schemas , gsettings-desktop-schemas
, python3 , python3
}: }:
@ -40,11 +41,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "shotwell"; pname = "shotwell";
version = "0.31.2"; version = "0.31.3";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0ywzr6vgcz8yy60v0jp55na9lgqi4dbh2vakfphkcml1gpah0r2l"; sha256 = "1wkahbnnfxmi1jc5zmm3h761nrnkdks8lk0rj38bfkwg90h6zqwd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -86,6 +87,7 @@ stdenv.mkDerivation rec {
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme
libgdata libgdata
libchamplain libchamplain
libsecret
]; ];
postPatch = '' postPatch = ''