Merge pull request #35700 from ryantm/auto-update/gammu-1.38.2-to-1.39.0

gammu: 1.38.2 -> 1.39.0
This commit is contained in:
Frederik Rietdijk 2018-02-27 08:21:03 +00:00 committed by GitHub
commit 9cf0934858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gammu-${version}"; name = "gammu-${version}";
version = "1.38.2"; version = "1.39.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gammu"; owner = "gammu";
repo = "gammu"; repo = "gammu";
rev = version; rev = version;
sha256 = "1rk3p3sjyy6n6mlqs4qgyxna4swrh1zm7b77npxv8j341wxj3khv"; sha256 = "1hr053z2l5mjgip83fsxnd1rqsp5gwywzagzrgdg243apn1nz0gs";
}; };
patches = [ ./bashcomp-dir.patch ./systemd.patch ]; patches = [ ./bashcomp-dir.patch ./systemd.patch ];