Commit 71b09ba7 authored by Anderson Torres's avatar Anderson Torres
Browse files

vkd3d-proton: 2.8-unstable-2023-04-21 -> 2.9

parent e9cb38e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
    let
      self = {
        pname = "vkd3d-proton";
        version = "2.8-unstable-2023-04-21";
        version = "2.9";

        src = fetchFromGitHub {
          owner = "HansKristian-Work";
          repo = "vkd3d-proton";
          rev = "83308675078e9ea263fa8c37af95afdd15b3ab71";
          rev = "v${self.version}";
          fetchSubmodules = true;
          #
          # Some files are filled by using Git commands; it requires deepClone.
@@ -31,7 +31,7 @@
            git describe --always --tags --dirty=+ > .nixpkgs-auxfiles/vkd3d_version
            find $out -name .git -print0 | xargs -0 rm -fr
          '';
          hash = "sha256-KAa7iidME3iVGLvGmCysU3Vnl14Et8Es/5n6m6E+jHU=";
          hash = "sha256-Ok81JdDdkaqr5WEku5V+Dc3/6uEXTj9TSd0eoz+0cpw=";
        };
      };
    in