1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gammu: 1.39.0 -> 1.40.0 (#55317)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gammu/versions
This commit is contained in:
R. RyanTM 2019-02-25 08:06:28 -08:00 committed by xeji
parent 0f5b9577e4
commit 94b64c27b1

View file

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