jj-pre-push: 0.5.0 -> 0.5.1 (#543486)

This commit is contained in:
Nick Cao
2026-07-20 14:05:55 +00:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "jj-pre-push";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "acarapetis";
repo = "jj-pre-push";
tag = "v${finalAttrs.version}";
hash = "sha256-AIsLUI42ewYqmgOP9livXE0tGAVWTfSh9K7h+PMObJg=";
hash = "sha256-Vi50t+AMUgSlUjwBRZPJ+yxfJMQWKDAr21trkqjcuQM=";
};
postPatch = ''