summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-15 16:07:38 +0000
committerPeter Simons <simons@cryp.to>2012-02-15 16:07:38 +0000
commitc5d870f1d8e067e4b36abea05715397fda90051b (patch)
tree7855a8fd5ff51fef057c0887aeed12af920934a2 /pkgs
parent848f583ba3bf9c2d38fb97f0a695294641104111 (diff)
downloadnixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar.gz
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar.bz2
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar.lz
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar.xz
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.tar.zst
nixpkgs-c5d870f1d8e067e4b36abea05715397fda90051b.zip
sparse: updated to version 0.4.4
svn path=/nixpkgs/trunk/; revision=32301
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/analysis/sparse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/sparse/default.nix b/pkgs/development/tools/analysis/sparse/default.nix
index 294c9872e8b..f860f05c36a 100644
--- a/pkgs/development/tools/analysis/sparse/default.nix
+++ b/pkgs/development/tools/analysis/sparse/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "sparse-0.4.1";
+  name = "sparse-0.4.4";
 
   src = fetchurl {
     url = "mirror://kernel/software/devel/sparse/dist/${name}.tar.gz";
-    sha256 = "18nkgqkqhfp4gdjhdy8xgwxvla5vjccg1kzyz5ngpjw35q0hp5fb";
+    sha256 = "5ad02110130fd8f8d82f2b030de5f2db6f924fd805593a5b8be8072a620414c6";
   };
 
   preConfigure = ''