Commit cd0df8a9 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-machete: 3.26.0 -> 3.26.1

parent 08683639
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 ];