mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
updated sdparm -> 1.03, patch provided by tachermourir@rambler.ru
svn path=/nixpkgs/trunk/; revision=13212
This commit is contained in:
parent
36487462a2
commit
558c81fcd9
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ args : with args;
|
|||
let localDefs = builderDefs.passthru.function {
|
||||
src = /* put a fetchurl here */
|
||||
fetchurl {
|
||||
url = http://sg.torque.net/sg/p/sdparm-1.02.tgz;
|
||||
sha256 = "13acyg6r65gypdprjhfkmvaykgfcj1riwpnycpvv9znzgq9fxsiv";
|
||||
url = http://freshmeat.net/redir/sdparm/66844/url_bz2/sdparm-1.03.tar.bz2;
|
||||
sha256 = "2066af4d55c60bba366b34a29e02f37264e8e1f0efc232d65beba5e317c20819";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
|
@ -6478,7 +6478,7 @@ let
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
sdparm = composedArgsAndFun (selectVersion ../os-specific/linux/sdparm "1.02") {
|
||||
sdparm = composedArgsAndFun (selectVersion ../os-specific/linux/sdparm "1.03") {
|
||||
inherit fetchurl stdenv builderDefs;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue