Merge pull request #325524 from r-ryantm/auto-update/libzbc

libzbc: 6.0.0 -> 6.1.0
This commit is contained in:
Nick Cao 2024-07-08 16:05:13 -04:00 committed by GitHub
commit 1fb9207f38
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.0.0";
version = "6.1.0";
src = fetchFromGitHub {
owner = "westerndigitalcorporation";
repo = "libzbc";
rev = "v${version}";
sha256 = "sha256-5VqFTtWZJBP+uUKru46KKPSO+2Nh4EU4AmrA20czZOc=";
sha256 = "sha256-L3i3gBIfgu3mCNvCLxizwFNxBenSZsB6elCkGWdPc4Q=";
};
nativeBuildInputs = [