Unverified Commit cee3487c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

devtoolbox: 1.2.1 -> 1.2.2 (#383785)

parents eef4a428 5ee091a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "devtoolbox";
  version = "1.2.1";
  version = "1.2.2";
  pyproject = false; # uses meson

  src = fetchFromGitHub {
    owner = "aleiepure";
    repo = "devtoolbox";
    tag = "v${version}";
    hash = "sha256-yeOX2ASQWpo3TN9ou25voOVD3pSK4SE0CDXHkrwu+E4=";
    hash = "sha256-kgnCqPlLFVQ6kgfstQ59OeF28etMsfK4qvCn4P92ET4=";
  };

  postPatch = ''