sdrangel: 7.15.0 -> 7.15.1

This commit is contained in:
R. Ryantm
2023-07-19 05:41:08 +00:00
parent 9baeb19307
commit 264c2b9b0b
+2 -2
View File
@@ -50,13 +50,13 @@
stdenv.mkDerivation rec {
pname = "sdrangel";
version = "7.15.0";
version = "7.15.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${version}";
hash = "sha256-APDrVujz/2ZYqxGggabAj8ght72Vuf+oMS/kuVaWkWM=";
hash = "sha256-xOnToYe7+0Jlm4bWvnFbYxVi1VqBlGfKYdzHf4igyl0=";
};
nativeBuildInputs = [ cmake ninja pkg-config wrapQtAppsHook ];