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

Merge pull request #266195 from r-ryantm/auto-update/astc-encoder

astc-encoder: 4.5.0 -> 4.6.0
parents 393d0482 44c7f886
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ with rec {

stdenv.mkDerivation rec {
  pname = "astc-encoder";
  version = "4.5.0";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "ARM-software";
    repo = "astc-encoder";
    rev = version;
    sha256 = "sha256-pNoBOp//xa5F6/T1cwtdHsAWLZeIHgxZ7UKaB60fg4M=";
    sha256 = "sha256-COZO4LTrM/kZp85uNGwB9eaF27Xf7NVg4hcshaCJBwI=";
  };

  nativeBuildInputs = [ cmake ];