about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-01 23:05:50 +0900
committerGitHub <noreply@github.com>2024-05-01 23:05:50 +0900
commitc7ba3b10d753299b1f24a45f65abb036934cf6c8 (patch)
tree9a5d17960a4c2a654f28ce711a127b5f37325a77
parent01fddbcfc68cb5c0c5d065ee0537d1e38d4587d4 (diff)
parent0442a3e25ce550bd36548ddf4bd838348f2f5508 (diff)
Merge pull request #308171 from r-ryantm/auto-update/astyle
astyle: 3.4.13 -> 3.4.14
-rw-r--r--pkgs/development/tools/misc/astyle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/astyle/default.nix b/pkgs/development/tools/misc/astyle/default.nix
index 6620207ae752a..f7c7a1f09cdb0 100644
--- a/pkgs/development/tools/misc/astyle/default.nix
+++ b/pkgs/development/tools/misc/astyle/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "astyle";
-  version = "3.4.13";
+  version = "3.4.14";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
-    hash = "sha256-eKYQq9OelOD5E+nuXNoehbtizWM1U97LngDT2SAQGc4=";
+    hash = "sha256-YGqD85FGczGF9nYwWdKSQzxA85Prb1IELhY/jfThaj4=";
   };
 
   nativeBuildInputs = [ cmake ];