osmo-bts: 1.6.0 -> 1.7.0

This commit is contained in:
Markus Kowalewski 2023-09-17 00:10:57 +02:00
parent 2f24163ac9
commit 2c2c64d33a

View file

@ -14,13 +14,13 @@ in
stdenv.mkDerivation rec {
pname = "osmo-bts";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "osmocom";
repo = "osmo-bts";
rev = version;
hash = "sha256-RSWXWQn3DAPtThUbthyXrSFSQhHzKaH/m1f6/MCojzM=";
hash = "sha256-tg6SxTSmPAkmoWsA0U69/EESlziR4cnq/+PWLavS3mk=";
};
postPatch = ''