mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
bottles: 2021.7.14-treviso -> 2021.7.28-treviso-2
This commit is contained in:
parent
e9080dd5e3
commit
4d45fe2991
@ -8,13 +8,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "bottles";
|
||||
version = "2021.7.14-treviso";
|
||||
version = "2021.7.28-treviso-2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bottlesdevs";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0xhfk1ll8vacgrr0kkhynq4bryjhfjs29j824bark5mj9b6lkbix";
|
||||
sha256 = "0kvwcajm9izvkwfg7ir7bks39bpc665idwa8mc8d536ajyjriysn";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -52,6 +52,7 @@ python3Packages.buildPythonApplication rec {
|
||||
dbus-python
|
||||
gst-python
|
||||
liblarch
|
||||
patool
|
||||
] ++ [ steam-run-native ];
|
||||
|
||||
format = "other";
|
||||
|
Loading…
Reference in New Issue
Block a user