Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by

R. RyanTM and committed by
xeji
94b64c27 0f5b9577

+2 -2
+2 -2
pkgs/applications/misc/gammu/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 name = "gammu-${version}"; 11 - version = "1.39.0"; 11 + version = "1.40.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "gammu"; 15 15 repo = "gammu"; 16 16 rev = version; 17 - sha256 = "1hr053z2l5mjgip83fsxnd1rqsp5gwywzagzrgdg243apn1nz0gs"; 17 + sha256 = "1jjaa9r3x6i8gv3yn1ngg815s6gsxblsw4wb5ddm77kamn2qyvpf"; 18 18 }; 19 19 20 20 patches = [ ./bashcomp-dir.patch ./systemd.patch ];