gnome3: automated update

This commit is contained in:
Jan Tojnar
2018-03-22 07:46:42 +01:00
parent e468c04383
commit 0973618e4e
93 changed files with 188 additions and 186 deletions
@@ -7,13 +7,13 @@
let
pname = "shotwell";
version = "0.27.4";
version = "0.28.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0g2vphhpxrljpy9sryfsgaayix807i1i9plj9bay72dk0zphqab2";
sha256 = "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg";
};
nativeBuildInputs = [