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

codec2: 1.1.0 -> 1.1.1
This commit is contained in:
markuskowa
2023-06-17 22:07:28 +02:00
committed by GitHub
@@ -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 ];