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

codec2: 1.0.5 -> 1.1.0
This commit is contained in:
markuskowa 2023-05-05 17:38:16 +02:00 committed by GitHub
commit 982a15389b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];