mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Update pstree
svn path=/nixpkgs/trunk/; revision=19593
This commit is contained in:
parent
8640725ca4
commit
247d4ae098
@ -1,10 +1,10 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pstree-2.32";
|
||||
name = "pstree-2.33";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://fresh.t-systems-sfr.com/unix/src/misc/${name}.tar.gz";
|
||||
sha256 = "0k5r6alnc0ch3frvl5bhh2vi91m6aik10pnjfl86qwkdwsr303az";
|
||||
url = "http://www.sfr-fresh.com/unix/misc/${name}.tar.gz";
|
||||
sha256 = "1469lrhpy6wghlvbjx6lmvh27rakq00x11cpz4n965fg11i121hg";
|
||||
};
|
||||
|
||||
unpackPhase="unpackFile \$src; sourceRoot=.";
|
||||
|
Loading…
Reference in New Issue
Block a user