Skip to content

Commit

Permalink
Merge pull request #98280 from MetaDark/protontricks
Browse files Browse the repository at this point in the history
protontricks: 1.4.1 -> 1.4.2
  • Loading branch information
danieldk committed Sep 20, 2020
2 parents efa2089 + b94338b commit 68f4e27
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pkgs/tools/package-management/protontricks/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{ stdenv, lib, buildPythonApplication, fetchFromGitHub
, setuptools_scm, vdf
, wine, winetricks, zenity
{ stdenv
, lib
, buildPythonApplication
, fetchFromGitHub
, setuptools_scm
, vdf
, wine
, winetricks
, zenity
, pytest
}:

buildPythonApplication rec {
pname = "protontricks";
version = "1.4.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "Matoking";
repo = pname;
rev = version;
sha256 = "083ncg6yjd7s3dx91zd52w166x709mnxknwwr78ggka8d8vlyi0b";
sha256 = "0ri4phi1rna9snrxa6gl23walyack09mgax7zpjqfpxivwls3ach";
};

# Fix interpreter in mock run.sh for tests
Expand Down Expand Up @@ -47,7 +53,7 @@ buildPythonApplication rec {
description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
homepage = "https://github.com/Matoking/protontricks";
license = licenses.gpl3;
platforms = with platforms; linux;
maintainers = with maintainers; [ metadark ];
platforms = platforms.linux;
};
}

0 comments on commit 68f4e27

Please sign in to comment.