driversi686Linux.amdvlk: 2025.Q1.1 -> 2025.Q1.2 (#386441)

Co-authored-by: Flakebi <Flakebi@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-03 12:09:31 +00:00
committed by GitHub
co-authored by Flakebi
+2 -2
View File
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "amdvlk";
version = "2025.Q1.1";
version = "2025.Q1.2";
src = fetchRepoProject {
name = "amdvlk-src";
manifest = "https://github.com/GPUOpen-Drivers/AMDVLK.git";
rev = "refs/tags/v-${finalAttrs.version}";
hash = "sha256-snwNyi/8voptLhZkXLK0QNh7pKo4SFx1iQojNzVr1Ms=";
hash = "sha256-NIRIrcCVFPxeILnfmOaE8yFBXYrXhtljXsccvoU2lf8=";
};
buildInputs =