Merge pull request #284435 from r-ryantm/auto-update/osmo-bts

osmo-bts: 1.7.1 -> 1.7.2
This commit is contained in:
Nick Cao 2024-01-28 11:09:21 -05:00 committed by GitHub
commit 2608678880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''