We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 953715b + 72b070f commit f129577Copy full SHA for f129577
pkgs/by-name/am/amdvlk/package.nix
@@ -27,13 +27,13 @@ let
27
in
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "amdvlk";
30
- version = "2025.Q1.2";
+ version = "2025.Q1.3";
31
32
src = fetchRepoProject {
33
name = "amdvlk-src";
34
manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
35
rev = "refs/tags/v-${finalAttrs.version}";
36
- hash = "sha256-NIRIrcCVFPxeILnfmOaE8yFBXYrXhtljXsccvoU2lf8=";
+ hash = "sha256-ZXou5g0emeK++NyV/hQllZAdZAMEY9TYs9c+umFdcfo=";
37
};
38
39
buildInputs =
0 commit comments