about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-30 10:43:58 +0200
committerGitHub <noreply@github.com>2024-06-30 10:43:58 +0200
commit4ee18b44d09d1c8e949c08a530222e95790561e6 (patch)
treeb574a7a4f83b1c7a7a6eb8e4b5e4dbdce4578fae /pkgs/development/libraries
parenta8b6c250176cbbcbc28c4548942fabe21818b8ef (diff)
parent110a2fff3bbf35085eda0d813efda3436ce61fca (diff)
Merge pull request #323037 from r-ryantm/auto-update/amf-headers
amf-headers: 1.4.33 -> 1.4.34
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/amf-headers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/amf-headers/default.nix b/pkgs/development/libraries/amf-headers/default.nix
index 07a76fcdfb127..04f2e6c1385b7 100644
--- a/pkgs/development/libraries/amf-headers/default.nix
+++ b/pkgs/development/libraries/amf-headers/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "amf-headers";
-  version = "1.4.33";
+  version = "1.4.34";
 
   src = fetchFromGitHub {
     owner = "GPUOpen-LibrariesAndSDKs";
     repo = "AMF";
     rev = "v${version}";
-    sha256 = "sha256-oho1EonWxgBmsQiX3wPhs0jQjLFwLe49C7/SOEptYiw=";
+    sha256 = "sha256-AASoThCzyFharXrprUalOMufz/DDtzlc97q/dQk7B6Y=";
   };
 
   installPhase = ''