libzbc: 6.1.0 -> 6.2.0 (#349319)

This commit is contained in:
Nick Cao 2024-10-18 17:03:14 -04:00 committed by GitHub
commit e22d08c1f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libzbc";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "westerndigitalcorporation";
repo = "libzbc";
rev = "v${version}";
sha256 = "sha256-L3i3gBIfgu3mCNvCLxizwFNxBenSZsB6elCkGWdPc4Q=";
sha256 = "sha256-8+HF5Wf6lQHbi8Vp2tpom1FO56lQ5RyYsgs8ii+2RD0=";
};
nativeBuildInputs = [