Skip to content

Commit

Permalink
cmake-init: 0.37.1 -> 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Sep 9, 2023
1 parent 43b3140 commit daea09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/cmake-init/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ lib, buildPythonPackage, fetchFromGitHub, fetchPypi, python, git, cmake, clang-tools, cppcheck, lcov, codespell }:
buildPythonPackage rec {
pname = "cmake-init";
version = "0.37.1";
version = "0.37.2";
format = "wheel";

src = fetchPypi {
inherit version format;
pname = "cmake_init";
dist = "py3";
python = "py3";
sha256 = "sha256-FmXmruGLrzGINT2Q1f21LQtHHM+HoQU+N14rDTWpLPs=";
hash = "sha256-RFEOZlTSFaDa3cuEJ7Vd+Uovq7ypXaQlEtcHNp7rrBA=";
};

nativeBuildInputs = [ python git cmake ];
Expand Down

0 comments on commit daea09d

Please sign in to comment.