protontricks: 1.14.0 -> 1.14.1

This commit is contained in:
Kira Bruneau
2026-03-29 21:26:32 -04:00
parent b63fe7f000
commit 3543789f1d
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "protontricks";
version = "1.14.0";
version = "1.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Matoking";
repo = "protontricks";
tag = finalAttrs.version;
hash = "sha256-36Yst8j5xhXulNp/YGO3pDnvxpyT4ZuEjwSvJIESUSw=";
hash = "sha256-pTBpzSBGFUmol3Osb78yhyZup2DogLpNaBg/kF0dVGI=";
};
patches = [