mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
uncrustify: 0.80.1 -> 0.81.0
This commit is contained in:
parent
9d623a5de9
commit
98c6384abe
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uncrustify";
|
pname = "uncrustify";
|
||||||
version = "0.80.1";
|
version = "0.81.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uncrustify";
|
owner = "uncrustify";
|
||||||
repo = "uncrustify";
|
repo = "uncrustify";
|
||||||
rev = "uncrustify-${version}";
|
rev = "uncrustify-${version}";
|
||||||
sha256 = "sha256-SsPuqPyv3IFjYtAqANjzK8cdTGsyGBXVLzGWEUl28dg=";
|
sha256 = "sha256-8KTsrXUYOfqsWSGBAl0mZpGOYr+duFrRB0ITmq2Auqg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue