sdrangel: 7.10.0 -> 7.11.0

This commit is contained in:
Mathieu Rene 2023-03-25 15:42:18 -04:00
parent 793bd71862
commit b5af7c0f8e
2 changed files with 3 additions and 3 deletions

View file

@ -50,13 +50,13 @@
mkDerivation rec {
pname = "sdrangel";
version = "7.10.0";
version = "7.11.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
hash = "sha256-hsYt7zGG6CSWeQ9A3GPt65efjZGPu33O5pIhnZjFgmY=";
hash = "sha256-zWux84a1MCK0XJXRXcaLHieJ47d4n/wO/xdwTYuuGJw=";
};
nativeBuildInputs = [ cmake ninja pkg-config ];

View file

@ -4,7 +4,7 @@
stdenv.mkDerivation {
pname = "dab_lib";
version = "unstable-2023-03-25";
version = "unstable-2023-03-02";
src = fetchFromGitHub {
owner = "JvanKatwijk";