summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-15 11:04:24 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-15 11:25:54 +0200
commit202ea363c47e201b1bb333a1b50ce5a80312b122 (patch)
treec0f7349d3529363557dadf9e60a43aa2382a097d /pkgs/development/tools
parent28cba5e9d4fd3a2e720184a312f36cbaa40505ba (diff)
downloadnixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar.gz
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar.bz2
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar.lz
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar.xz
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.tar.zst
nixlib-202ea363c47e201b1bb333a1b50ce5a80312b122.zip
astyle: update from 2.02.1 to 2.04
Diffstat (limited to 'pkgs/development/tools')
-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 6128406bbe5b..c7cda38ef431 100644
--- a/pkgs/development/tools/misc/astyle/default.nix
+++ b/pkgs/development/tools/misc/astyle/default.nix
@@ -2,14 +2,14 @@
 
 let
   name = "astyle";
-  version = "2.02.1";
+  version = "2.04";
 in
 stdenv.mkDerivation {
   name = "${name}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${name}/${name}_${version}_linux.tar.gz";
-    sha256 = "0bece9a32887e51f42c57617cf7c4f9b63d0a386749fe3a094f5525b639ef953";
+    sha256 = "0q3b2579ng01glfwan75zcyvkggixdz9c4i6cgid2664ad47zcvh";
   };
 
   sourceRoot = "astyle/build/gcc";