Unverified Commit 04a94928 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

git-machete: 3.26.0 -> 3.26.1
parents 8396e524 cd0df8a9
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.26.0";
  version = "3.26.1";

  src = fetchFromGitHub {
    owner = "virtuslab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-6q0XunfzURfcvce/BLtJhDeI1fPusN+07S1SegLDkwY=";
    hash = "sha256-QcsBe1v2qiPR7svl5mQ/aro/X2PbpkJHNHnNAnQE9yA=";
  };

  nativeBuildInputs = [ installShellFiles ];