about summary refs log tree commit diff
path: root/pkgs/development/libraries/amdvlk
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-01 01:44:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-01 01:44:50 +0000
commit539801807e9dc0e4d472e5f94112df255f63f983 (patch)
tree52cd582bcff3160c2aa1b52a293da7aa7c8d00bb /pkgs/development/libraries/amdvlk
parent1f0e8ac1f9a783c4cfa0515483094eeff4315fe2 (diff)
amdvlk: 2023.Q3.2 -> 2023.Q3.3
Diffstat (limited to 'pkgs/development/libraries/amdvlk')
-rw-r--r--pkgs/development/libraries/amdvlk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/amdvlk/default.nix b/pkgs/development/libraries/amdvlk/default.nix
index bbccb9d66a20a..eacf704aa688a 100644
--- a/pkgs/development/libraries/amdvlk/default.nix
+++ b/pkgs/development/libraries/amdvlk/default.nix
@@ -25,13 +25,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "amdvlk";
-  version = "2023.Q3.2";
+  version = "2023.Q3.3";
 
   src = fetchRepoProject {
     name = "${pname}-src";
     manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
     rev = "refs/tags/v-${version}";
-    sha256 = "/1D2BbT1gnMLvIHfpkxLkeo1pjbG9LkTx9Zl5+gGU/M=";
+    sha256 = "HHnMiU6mzhUSicXev53PP8y9ealtDMavJLp2F/JAWhI=";
   };
 
   buildInputs = [