bottles: 2022.11.14 -> 2022.12.14

This commit is contained in:
Martino Fontana 2022-12-14 18:57:59 +01:00
parent b9a0cd40ed
commit 3b9ab25c14

View file

@ -28,17 +28,18 @@
}:
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "2022.11.14";
version = "2022.12.14";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
rev = version;
sha256 = "sha256-bigrJtqx9iZURYojwxlGe7xSGWS13wSaGcrTTROP9J8=";
sha256 = "sha256-G2FQy+mea/+2RjK/WjLeX+7TP+HU6fCUFYuprFGKEyw=";
};
patches = [ ./vulkan_icd.patch ];
# https://github.com/bottlesdevs/Bottles/wiki/Packaging
nativeBuildInputs = [
blueprint-compiler
meson
@ -58,6 +59,7 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
pycurl
pyyaml
requests
pygobject3