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