osmo-bts: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2024-01-28 05:57:28 +00:00
parent d275de7163
commit 9faaf550c4

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "osmo-bts";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bts";
rev = version;
hash = "sha256-Y972aa98bNU3IhuGMV80nh4ZjQKUdK6of1Q8H75Ips8=";
hash = "sha256-dje+B1jobsVdQZYyIkLTZzez4HQirCcjyosTQCo/v64=";
};
postPatch = ''