vkd3d-proton: 2.13 -> 2.14.1

https://github.com/HansKristian-Work/vkd3d-proton/blob/v2.14.1/CHANGELOG.md
This commit is contained in:
emaryn
2025-06-22 16:32:02 +00:00
committed by emaryn
parent 35ed50756b
commit e50c9bec65
+3 -3
View File
@@ -5,12 +5,12 @@
let
self = {
pname = "vkd3d-proton";
version = "2.13";
version = "2.14.1";
src = fetchFromGitHub {
owner = "HansKristian-Work";
repo = "vkd3d-proton";
rev = "v${self.version}";
tag = "v${self.version}";
fetchSubmodules = true;
#
# Some files are filled by using Git commands; it requires deepClone.
@@ -31,7 +31,7 @@
git describe --always --tags --dirty=+ > .nixpkgs-auxfiles/vkd3d_version
find $out -name .git -print0 | xargs -0 rm -fr
'';
hash = "sha256-dJYQ6pJdfRQwr8OrxxpWG6YMfeTXqzTrHXDd5Ecxbi8=";
hash = "sha256-8YA/I5UL6G5v4uZE2qKqXzHWeZxg67jm20rONKocvvE=";
};
};
in