Unverified Commit cb376d7f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

jj-pre-push: 0.4.0 -> 0.4.4 (#515719)

parents 0f1ba732 86cb60e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "jj-pre-push";
  version = "0.4.0";
  version = "0.4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "acarapetis";
    repo = "jj-pre-push";
    tag = "v${finalAttrs.version}";
    hash = "sha256-LULCTpsxTflqWm5ZVFHbnTI/2+4xI9MX4kbAtYzBIAI=";
    hash = "sha256-TekLYlx2b+gcf0UzLOqWv2VtwS6etE/uPBQwc99z1Lw=";
  };

  postPatch = ''