bottles: 51.13 -> 51.15

This commit is contained in:
Gliczy 2024-11-09 16:00:26 +01:00
parent fd0e5211c1
commit 809beefe79

View File

@ -29,13 +29,13 @@
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "51.13";
version = "51.15";
src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
rev = version;
hash = "sha256-ZcUevGY81H3ATTk390ojBp/4zBE2Lui7Qa+Qe8B0XL4=";
rev = "refs/tags/${version}";
hash = "sha256-HjGAeIh9s7xWBy35Oj66tCtgKCd/DpHg1sMPsdjWKDs=";
};
patches = [ ./vulkan_icd.patch ];