Unverified Commit e22d08c1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libzbc: 6.1.0 -> 6.2.0 (#349319)

parents 3f9f961e 73009026
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [