Unverified Commit 51e874f7 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

sdrangel: 7.22.0 -> 7.22.1 (#346895)

parents 725e1a79 9d5010cd
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.22.0";
  version = "7.22.1";

  src = fetchFromGitHub {
    owner = "f4exb";
    repo = "sdrangel";
    rev = "v${finalAttrs.version}";
    hash = "sha256-cF6vKwAWz32/XYUWvq/4Wu73TFQ2jaGIFxWmeXmlPCE=";
    hash = "sha256-Vhxs1KVUDCbl/9abZByUuy230PV4RrYrRjEXgYc8oZU=";
  };

  nativeBuildInputs = [