Merge pull request #36554 from ryantm/auto-update/gmtp

gmtp: 1.3.10 -> 1.3.11
This commit is contained in:
Graham Christensen 2018-03-09 17:25:02 -05:00 committed by GitHub
commit 6d81ffbe21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
, gsettings-desktop-schemas, wrapGAppsHook
}:
let version = "1.3.10"; in
let version = "1.3.11"; in
stdenv.mkDerivation {
name = "gmtp-${version}";
src = fetchurl {
url = "mirror://sourceforge/gmtp/gMTP-${version}/gmtp-${version}.tar.gz";
sha256 = "b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b";
sha256 = "04q6byyq002fhzkc2rkkahwh5b6272xakaj4m3vwm8la8jf0r0ss";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];