osmo-bsc: 1.11.0 -> 1.11.1
This commit is contained in:
parent
d275de7163
commit
5d80789043
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "osmo-bsc";
|
pname = "osmo-bsc";
|
||||||
version = "1.11.0";
|
version = "1.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "osmocom";
|
owner = "osmocom";
|
||||||
repo = "osmo-bsc";
|
repo = "osmo-bsc";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-9WXK2vw+SvAAaBzhpeB+sBux9cGWyPtJVczRfk4rI6E=";
|
hash = "sha256-pMdQcIFWiawXYnmHSjTk+3YcZNMrv3qmgWr4gkTknJA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue