Unverified Commit 83466066 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

git-machete: 3.17.6 -> 3.17.8
parents 3922b8a9 259bd12f
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.17.6";
  version = "3.17.8";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-o3Z1xPu5RcspU4m3Bb6ydZkXOMgOMJPN/+TLekwe/wI=";
    hash = "sha256-d1vbLlGKln/zcuuKZgNOcu/z15co3p8ecrwL5lucIEk=";
  };

  nativeBuildInputs = [ installShellFiles ];