Merge pull request #263443 from markuskowa/upd-osmo

osmo-bts: 1.7.0 -> 1.7.1
This commit is contained in:
Janik 2023-10-27 16:13:28 +02:00 committed by GitHub
commit 7d3397ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,19 +8,15 @@
, libosmo-netif
}:
let
inherit (stdenv) isLinux;
in
stdenv.mkDerivation rec {
pname = "osmo-bts";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bts";
rev = version;
hash = "sha256-tg6SxTSmPAkmoWsA0U69/EESlziR4cnq/+PWLavS3mk=";
hash = "sha256-Y972aa98bNU3IhuGMV80nh4ZjQKUdK6of1Q8H75Ips8=";
};
postPatch = ''