Skip to content

Commit

Permalink
cmake-init: 0.37.3 -> 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Nov 11, 2023
1 parent a4dd310 commit 83e6fdc
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.3";
version = "0.38.0";
format = "wheel";

src = fetchPypi {
inherit version format;
pname = "cmake_init";
dist = "py3";
python = "py3";
hash = "sha256-UcIFLRjLj/DKT8kgogNWxWSCbuiwrTotnwqmI+fMLgo=";
hash = "sha256-k3KiHseZrNQDICTNAYe0lt/R6X3rImvEYYp0zo9Xy1w=";
};

nativeBuildInputs = [ python git cmake ];
Expand Down

0 comments on commit 83e6fdc

Please sign in to comment.