mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
uncrustify: 0.79.0 -> 0.80.0
This commit is contained in:
parent
32fc989515
commit
41296edd8e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uncrustify";
|
pname = "uncrustify";
|
||||||
version = "0.79.0";
|
version = "0.80.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uncrustify";
|
owner = "uncrustify";
|
||||||
repo = "uncrustify";
|
repo = "uncrustify";
|
||||||
rev = "uncrustify-${version}";
|
rev = "uncrustify-${version}";
|
||||||
sha256 = "sha256-M9LfLWpkMoCNrvnmMhFhfJhyOwbnitjpm7LKay1M0dI=";
|
sha256 = "sha256-1W4g9ISMVwmc0efa6loFtyqsHNm0kwR+NVKE8eB/jEA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user