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

codec2: 1.0.3 -> 1.0.5
This commit is contained in:
markuskowa 2022-07-31 13:18:00 +02:00 committed by GitHub
commit 5b6cd0e54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "codec2";
version = "1.0.3";
version = "1.0.5";
src = fetchFromGitHub {
owner = "drowe67";
repo = "codec2";
rev = "v${version}";
hash = "sha256-2/Ef5cEe7Kr3a/D8u4BgvTQM6M6vglXsF+ccstFHDUw=";
hash = "sha256-Q5p6NicwmHBR7drX8Tdgf6Mruqssg9qzMC9sG9DlMbQ=";
};
nativeBuildInputs = [ cmake ];