Unverified Commit 7062e551 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

codec2: 1.1.0 -> 1.1.1
parents 1f07bba4 e984a191
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.1.0";
  version = "1.1.1";

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

  nativeBuildInputs = [ cmake ];