Unverified Commit 982a1538 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #230117 from r-ryantm/auto-update/codec2

codec2: 1.0.5 -> 1.1.0
parents 73a69f15 d8809422
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "codec2";
  version = "1.0.5";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "drowe67";
    repo = "codec2";
    rev = "v${version}";
    hash = "sha256-Q5p6NicwmHBR7drX8Tdgf6Mruqssg9qzMC9sG9DlMbQ=";
    hash = "sha256-7E/Iqan3DVFl9pwsY6pwWM64ug1cjN6DH+u7XzraA78=";
  };

  nativeBuildInputs = [ cmake ];