Unverified Commit 513d95d0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #182164 from r-ryantm/auto-update/git-machete

git-machete: 3.11.1 -> 3.11.2
parents 847b77a0 2270e61b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildPythonApplication rec {
  pname = "git-machete";
  version = "3.11.1";
  version = "3.11.2";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-BhR1dE6+K7UKaCbLmWPtLMyq0oIj/xYenXp5s7kRINc=";
    sha256 = "sha256-alSok5/qcAOBUTNlGjeVSEbT4xW+HzPWj59njfXpG6w=";
  };

  nativeBuildInputs = [ installShellFiles ];