Merge pull request #263443 from markuskowa/upd-osmo

osmo-bts: 1.7.0 -> 1.7.1

authored by Janik and committed by GitHub 7d3397ef 932bcf31

+2 -6
+2 -6
pkgs/servers/osmocom/osmo-bts/default.nix
··· 8 8 , libosmo-netif 9 9 }: 10 10 11 - let 12 - inherit (stdenv) isLinux; 13 - in 14 - 15 11 stdenv.mkDerivation rec { 16 12 pname = "osmo-bts"; 17 - version = "1.7.0"; 13 + version = "1.7.1"; 18 14 19 15 src = fetchFromGitHub { 20 16 owner = "osmocom"; 21 17 repo = "osmo-bts"; 22 18 rev = version; 23 - hash = "sha256-tg6SxTSmPAkmoWsA0U69/EESlziR4cnq/+PWLavS3mk="; 19 + hash = "sha256-Y972aa98bNU3IhuGMV80nh4ZjQKUdK6of1Q8H75Ips8="; 24 20 }; 25 21 26 22 postPatch = ''