mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
vkd3d-proton: 2.10 -> 2.11
This commit is contained in:
parent
c471d84866
commit
6d55f9c993
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user