sdrangel: 7.20.1 -> 7.21.0

This commit is contained in:
R. Ryantm
2024-05-24 02:56:47 +00:00
parent fc165a03b2
commit 754ec45a96
+2 -2
View File
@@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.20.1";
version = "7.21.0";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-8v00JiPRCFqg+6wEZw5BrsHMvUYweigbroBHKQGOlHI=";
hash = "sha256-TbOGuxFFBSjva1dbZxd2oQJs6X43QWYSU6VjlXKlDfk=";
};
nativeBuildInputs = [