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

astc-encoder: 4.3.0 -> 4.3.1
This commit is contained in:
Weijia Wang 2023-02-02 21:56:02 +01:00 committed by GitHub
commit 6498bee324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,13 +31,13 @@ with rec {
stdenv.mkDerivation rec {
pname = "astc-encoder";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "ARM-software";
repo = "astc-encoder";
rev = version;
sha256 = "sha256-FIskGHamKYYUtYmgwh7dS+bs2UPWIyBiviPkDAbVY+0=";
sha256 = "sha256-BtSe14LWb7v+I0V75C1Ej+klZVU22L6FQfNUPp27IQQ=";
};
nativeBuildInputs = [ cmake ];