about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-27 23:17:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-27 23:17:09 +0000
commit110a2fff3bbf35085eda0d813efda3436ce61fca (patch)
tree15fd692c7784e2c35f2fe1d3b413be0054326433 /pkgs/development/libraries
parent5488a687a55b1138619223386bd0d56b0c37eb95 (diff)
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 = ''