Unverified Commit 18c10439 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #314162 from r-ryantm/auto-update/sdrangel

sdrangel: 7.20.1 -> 7.21.0
parents 70279b83 754ec45a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [