Merge pull request #290930 from r-ryantm/auto-update/protontricks

protontricks: 1.11.0 -> 1.11.1
This commit is contained in:
Weijia Wang 2024-03-06 22:26:01 +01:00 committed by GitHub
commit af03921131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
buildPythonApplication rec {
pname = "protontricks";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "Matoking";
repo = pname;
rev = version;
sha256 = "sha256-5FpcIaQodvNjdqUfD9hvXlrdhszr98j0zm3MCCpZFoc=";
sha256 = "sha256-a40IAFrzQ0mogMoXKb+Lp0fPc1glYophqtftigk3nAc=";
};
patches = [