We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b310d2 + e50c9be commit 19cf792Copy full SHA for 19cf792
pkgs/by-name/vk/vkd3d-proton/sources.nix
@@ -5,12 +5,12 @@
5
let
6
self = {
7
pname = "vkd3d-proton";
8
- version = "2.13";
+ version = "2.14.1";
9
10
src = fetchFromGitHub {
11
owner = "HansKristian-Work";
12
repo = "vkd3d-proton";
13
- rev = "v${self.version}";
+ tag = "v${self.version}";
14
fetchSubmodules = true;
15
#
16
# Some files are filled by using Git commands; it requires deepClone.
@@ -31,7 +31,7 @@
31
git describe --always --tags --dirty=+ > .nixpkgs-auxfiles/vkd3d_version
32
find $out -name .git -print0 | xargs -0 rm -fr
33
'';
34
- hash = "sha256-dJYQ6pJdfRQwr8OrxxpWG6YMfeTXqzTrHXDd5Ecxbi8=";
+ hash = "sha256-8YA/I5UL6G5v4uZE2qKqXzHWeZxg67jm20rONKocvvE=";
35
};
36
37
in
0 commit comments