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

libzbc: 5.13.0 -> 5.14.0
This commit is contained in:
Matthias Beyer
2024-05-16 13:47:19 +02:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libzbc";
version = "5.13.0";
version = "5.14.0";
src = fetchFromGitHub {
owner = "westerndigitalcorporation";
repo = "libzbc";
rev = "v${version}";
sha256 = "6xkA96bgQ2Ik1vEwkw7hwjMbjMSlopzv5ziTh60Mjx0=";
sha256 = "sha256-+MBk2ZUr3Vt6pZFb4gTXMOzKBlf1EXMF8y/c1iDrIZM=";
};
nativeBuildInputs = [