Merge pull request #66373 from nthorne/cppclean_0_13

cppclean: 2018-05-12 -> 0.13
This commit is contained in:
Lancelot SIX 2019-08-18 22:57:08 +02:00 committed by GitHub
commit 7b578d49cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
with python3Packages;
buildPythonApplication rec {
name = "cppclean-unstable-${version}";
version = "2018-05-12";
pname = "cppclean";
version = "0.13";
src = fetchFromGitHub {
owner = "myint";
repo = "cppclean";
rev = "e7da41eca5e1fd2bd1dddd6655e50128bb96dc28";
sha256 = "0pymh6r7y19bwcypfkmgwyixrx36pmz338jd83yrjflsbjlriqm4";
rev = "v${version}";
sha256 = "081bw7kkl7mh3vwyrmdfrk3fgq8k5laacx7hz8fjpchrvdrkqph0";
};
postUnpack = ''