Merge pull request #283477 from r-ryantm/auto-update/amf-headers

amf-headers: 1.4.32 -> 1.4.33
This commit is contained in:
Nikolay Korotkiy 2024-01-27 20:16:21 +04:00 committed by GitHub
commit ad9cf415f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "amf-headers";
version = "1.4.32";
version = "1.4.33";
src = fetchFromGitHub {
owner = "GPUOpen-LibrariesAndSDKs";
repo = "AMF";
rev = "v${version}";
sha256 = "sha256-3CdC/9o6ur2CeVLImz2QfaZAH2+KtDdxs5zRF7W5/oo=";
sha256 = "sha256-oho1EonWxgBmsQiX3wPhs0jQjLFwLe49C7/SOEptYiw=";
};
installPhase = ''