Unverified Commit 745be5df authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #217470 from SuperSamus/bottles

bottles: 50.2 -> 51.5
parents da2b9ece 55f85c55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

python3Packages.buildPythonApplication rec {
  pname = "bottles-unwrapped";
  version = "50.2";
  version = "51.5";

  src = fetchFromGitHub {
    owner = "bottlesdevs";
    repo = "bottles";
    rev = version;
    sha256 = "sha256-+r/r3vExnvYQIicKAEmwZ+eRSep6kWte5k7gu9jC67w=";
    sha256 = "sha256-8VF/CD0Wu2eV6wOpj/M6peKDthFWlcg+1NzzTSIH4S8=";
  };

  patches = [ ./vulkan_icd.patch ];
@@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec {
  ];

  propagatedBuildInputs = with python3Packages; [
    pathvalidate
    pycurl
    pyyaml
    requests
@@ -72,7 +73,6 @@ python3Packages.buildPythonApplication rec {
    chardet
    certifi
    idna
    pillow
    orjson
    icoextract
  ] ++ [