Unverified Commit c2bc9ea6 authored by xanderio's avatar xanderio Committed by GitHub
Browse files

jj-pre-push: 0.3.5 -> 0.4.0 (#510091)

parents 55df8de1 0786fe56
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.3.5";
  version = "0.4.0";
  pyproject = true;

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

  postPatch = ''