gearlever: 3.3.3 -> 3.3.4

This commit is contained in:
R. Ryantm
2025-07-12 15:14:25 +00:00
parent 9c492c3233
commit edca9daeed
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication rec {
pname = "gearlever";
version = "3.3.3";
version = "3.3.4";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "gearlever";
tag = version;
hash = "sha256-IAvUKxXXdHntsksShiWyGuLbKOX+dHsKYQE1UBypV4A=";
hash = "sha256-n7R4BiNxEy2uL6yg5h/L+l/EiQFTc5uND4ZVdERll08=";
};
postPatch =