Unverified Commit 40b2130a authored by dish's avatar dish Committed by GitHub
Browse files

sdrangel: 7.22.8 -> 7.22.9 (#447059)

parents ca0d96f9 cfc7167f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sdrangel";
  version = "7.22.8";
  version = "7.22.9";

  src = fetchFromGitHub {
    owner = "f4exb";
    repo = "sdrangel";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Uj6BzMUhhi/0Jz8jKe/MCiXinoKcyXy4DqC/USdkcpA=";
    hash = "sha256-VYSM9ldzx/8tWKQb++qGROSXdeEXIDhGqnnHUmkW4+k=";
  };

  nativeBuildInputs = [