Skip to content

Commit f129577

Browse files
authored
driversi686Linux.amdvlk: 2025.Q1.2 -> 2025.Q1.3 (#390190)
2 parents 953715b + 72b070f commit f129577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/am/amdvlk/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ let
2727
in
2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "amdvlk";
30-
version = "2025.Q1.2";
30+
version = "2025.Q1.3";
3131

3232
src = fetchRepoProject {
3333
name = "amdvlk-src";
3434
manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
3535
rev = "refs/tags/v-${finalAttrs.version}";
36-
hash = "sha256-NIRIrcCVFPxeILnfmOaE8yFBXYrXhtljXsccvoU2lf8=";
36+
hash = "sha256-ZXou5g0emeK++NyV/hQllZAdZAMEY9TYs9c+umFdcfo=";
3737
};
3838

3939
buildInputs =

0 commit comments

Comments
 (0)