Merge pull request #225205 from Tungsten842/sdrangel-update

This commit is contained in:
Sandro 2023-04-13 21:29:47 +02:00 committed by GitHub
commit f53d20ef81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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