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

libzbc: 5.13.0 -> 5.14.0

authored by Matthias Beyer and committed by GitHub 6de7d3f2 2eef017a

+2 -2
+2 -2
pkgs/os-specific/linux/libzbc/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "libzbc"; 13 - version = "5.13.0"; 13 + version = "5.14.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "westerndigitalcorporation"; 17 17 repo = "libzbc"; 18 18 rev = "v${version}"; 19 - sha256 = "6xkA96bgQ2Ik1vEwkw7hwjMbjMSlopzv5ziTh60Mjx0="; 19 + sha256 = "sha256-+MBk2ZUr3Vt6pZFb4gTXMOzKBlf1EXMF8y/c1iDrIZM="; 20 20 }; 21 21 22 22 nativeBuildInputs = [