vkd3d-proton: 2.10 -> 2.11

This commit is contained in:
Anderson Torres 2024-08-02 11:59:42 -03:00
parent c471d84866
commit 6d55f9c993

View File

@ -5,7 +5,7 @@
let
self = {
pname = "vkd3d-proton";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "HansKristian-Work";
@ -31,7 +31,7 @@
git describe --always --tags --dirty=+ > .nixpkgs-auxfiles/vkd3d_version
find $out -name .git -print0 | xargs -0 rm -fr
'';
hash = "sha256-cBQxuUknnzzK/CacVFizQKWeZ91jWy4vipBS6NuKO0k=";
hash = "sha256-yqyi6ZsoEAgWTqvCj32hqmKvjmBuzgCa5IehrvXs8ck=";
};
};
in