Unverified Commit e46b5571 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

sdrangel: 7.17.3 -> 7.18.0
parents b98a4e17 684bdfa7
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.17.3";
  version = "7.18.0";

  src = fetchFromGitHub {
    owner = "f4exb";
    repo = "sdrangel";
    rev = "v${finalAttrs.version}";
    hash = "sha256-NjahPDHM6qbBXTpDSe8HQPslMO0yTd6/0piNzrFNerM=";
    hash = "sha256-5+OUOqQb0ekeAVCOr+MftttqTwcDeiV44Oni6i3rO0w=";
  };

  nativeBuildInputs = [