3
0
Fork 0
forked from mirrors/nixpkgs

dxvk: 1.10.1 -> 1.10.3

This commit is contained in:
Randy Eckenrode 2022-07-15 08:37:13 -04:00 committed by Bjørn Forsman
parent 2c729e5a8f
commit 10ec6b818b

View file

@ -25,8 +25,8 @@ stdenvNoCC.mkDerivation (finalAttrs:
darwin = { inherit (default) rev hash version; };
default = {
rev = "v${finalAttrs.version}";
hash = "sha256-+6PkrkamSvhCaGj2tq+RXri/yQ7vs0cAqgdRAFtU8UA=";
version = "1.10.1";
hash = "sha256-T93ZylxzJGprrP+j6axZwl2d3hJowMCUOKNjIyNzkmE=";
version = "1.10.3";
};
};
in