Merge pull request #66373 from nthorne/cppclean_0_13
cppclean: 2018-05-12 -> 0.13
This commit is contained in:
commit
7b578d49cd
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "cppclean-unstable-${version}";
|
pname = "cppclean";
|
||||||
version = "2018-05-12";
|
version = "0.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "myint";
|
owner = "myint";
|
||||||
repo = "cppclean";
|
repo = "cppclean";
|
||||||
rev = "e7da41eca5e1fd2bd1dddd6655e50128bb96dc28";
|
rev = "v${version}";
|
||||||
sha256 = "0pymh6r7y19bwcypfkmgwyixrx36pmz338jd83yrjflsbjlriqm4";
|
sha256 = "081bw7kkl7mh3vwyrmdfrk3fgq8k5laacx7hz8fjpchrvdrkqph0";
|
||||||
};
|
};
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
|
|
Loading…
Reference in a new issue