gearlever: 2.0.7 -> 2.1.0

This commit is contained in:
R. Ryantm
2024-10-20 09:40:27 +00:00
parent 88d3f02d30
commit 97c0dab613
+2 -2
View File
@@ -21,14 +21,14 @@
python3Packages.buildPythonApplication rec {
pname = "gearlever";
version = "2.0.7";
version = "2.1.0";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "gearlever";
rev = "refs/tags/${version}";
hash = "sha256-Zp0w6ZJFRV5IANF0sY/n8jqgG+3h9J2eV/dUP+we8PY=";
hash = "sha256-OpNzJwEjLni/vG1RtRSH29wovMRwKzJn+Vep1vZDEFM=";
};
postPatch =