bottles: 51.13 -> 51.15; add Gliczy as maintainer (#353501)

authored by

Aleksana and committed by
GitHub
b9065e83 279cd3cf

+10 -13
+10 -9
pkgs/applications/misc/bottles/default.nix pkgs/by-name/bo/bottles-unwrapped/package.nix
··· 1 1 { 2 2 lib, 3 3 fetchFromGitHub, 4 - gitUpdater, 5 4 python3Packages, 6 5 blueprint-compiler, 7 6 meson, ··· 25 24 mangohud, 26 25 vkbasalt-cli, 27 26 vmtouch, 27 + nix-update-script, 28 28 }: 29 29 30 30 python3Packages.buildPythonApplication rec { 31 31 pname = "bottles-unwrapped"; 32 - version = "51.13"; 32 + version = "51.15"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "bottlesdevs"; 36 36 repo = "bottles"; 37 - rev = version; 38 - hash = "sha256-ZcUevGY81H3ATTk390ojBp/4zBE2Lui7Qa+Qe8B0XL4="; 37 + rev = "refs/tags/${version}"; 38 + hash = "sha256-HjGAeIh9s7xWBy35Oj66tCtgKCd/DpHg1sMPsdjWKDs="; 39 39 }; 40 40 41 41 patches = [ ./vulkan_icd.patch ]; ··· 102 102 makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 103 103 ''; 104 104 105 - passthru.updateScript = gitUpdater { }; 105 + passthru.updateScript = nix-update-script { }; 106 106 107 - meta = with lib; { 107 + meta = { 108 108 description = "Easy-to-use wineprefix manager"; 109 109 homepage = "https://usebottles.com/"; 110 110 downloadPage = "https://github.com/bottlesdevs/Bottles/releases"; 111 - license = licenses.gpl3Only; 112 - maintainers = with maintainers; [ 111 + license = lib.licenses.gpl3Only; 112 + maintainers = with lib.maintainers; [ 113 113 psydvl 114 114 shamilton 115 + Gliczy 115 116 ]; 116 - platforms = platforms.linux; 117 + platforms = lib.platforms.linux; 117 118 mainProgram = "bottles"; 118 119 }; 119 120 }
pkgs/applications/misc/bottles/fhsenv.nix pkgs/by-name/bo/bottles/package.nix
pkgs/applications/misc/bottles/vulkan_icd.patch pkgs/by-name/bo/bottles-unwrapped/vulkan_icd.patch
-4
pkgs/top-level/all-packages.nix
··· 13568 13568 13569 13569 bluejeans-gui = callPackage ../applications/networking/instant-messengers/bluejeans { }; 13570 13570 13571 - bottles = callPackage ../applications/misc/bottles/fhsenv.nix { }; 13572 - 13573 - bottles-unwrapped = callPackage ../applications/misc/bottles { }; 13574 - 13575 13571 breezy = with python3Packages; toPythonApplication breezy; 13576 13572 13577 13573 cage = callPackage ../applications/window-managers/cage {