mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
svxlink: 19.09.1 -> 19.09.2
This commit is contained in:
parent
d70c7d2388
commit
9494262663
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "svxlink";
|
||||
version = "19.09.1";
|
||||
version = "19.09.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sm0svx";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0xmbac821w9kl7imlz0mra19mlhi0rlpbyyay26w1y7h98j4g4yp";
|
||||
sha256 = "sha256-riyFEuEmJ7+jYT3UoTTsMUwFdO3y5mjo4z0fcC3O8gY=";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue