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

amf-headers: 1.4.30 -> 1.4.32
This commit is contained in:
Nick Cao 2023-12-25 10:43:36 -05:00 committed by GitHub
commit ca63d55914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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