Skip to content

Commit 19cf792

Browse files
authored
vkd3d-proton: 2.13 -> 2.14.1 (#416591)
2 parents 0b310d2 + e50c9be commit 19cf792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vk/vkd3d-proton/sources.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
let
66
self = {
77
pname = "vkd3d-proton";
8-
version = "2.13";
8+
version = "2.14.1";
99

1010
src = fetchFromGitHub {
1111
owner = "HansKristian-Work";
1212
repo = "vkd3d-proton";
13-
rev = "v${self.version}";
13+
tag = "v${self.version}";
1414
fetchSubmodules = true;
1515
#
1616
# Some files are filled by using Git commands; it requires deepClone.
@@ -31,7 +31,7 @@
3131
git describe --always --tags --dirty=+ > .nixpkgs-auxfiles/vkd3d_version
3232
find $out -name .git -print0 | xargs -0 rm -fr
3333
'';
34-
hash = "sha256-dJYQ6pJdfRQwr8OrxxpWG6YMfeTXqzTrHXDd5Ecxbi8=";
34+
hash = "sha256-8YA/I5UL6G5v4uZE2qKqXzHWeZxg67jm20rONKocvvE=";
3535
};
3636
};
3737
in

0 commit comments

Comments
 (0)