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

jj-pre-push: 0.3.4 -> 0.3.5 (#504641)

parents 053ee887 17ca51d8
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.4";
  version = "0.3.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "acarapetis";
    repo = "jj-pre-push";
    tag = "v${finalAttrs.version}";
    hash = "sha256-sj1JM2gcwTRMeEXSozI73LCwxSf69t4u/SmovV7Cyeg=";
    hash = "sha256-T9IKPFGswwrszGkBCIz8et2vTgRpQ2l6ta2UfojGj7A=";
  };

  postPatch = ''