mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
sdparm: update from 1.03 to 1.08
This commit is contained in:
parent
a8ec55b3d9
commit
e9a4b303e6
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sdparm-1.03";
|
||||
name = "sdparm-1.08";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://sg.danny.cz/sg/p/sdparm-1.03.tgz;
|
||||
sha256 = "067bdhq2qc7h7ykf1yv86s9x12zscpqnsdlnr636a0nv0di2wymq";
|
||||
url = http://sg.danny.cz/sg/p/sdparm-1.08.tgz;
|
||||
sha256 = "0msy8anggdand1yr50vg2azcfgks7sbfpnqk7xzw9adi2jj7hsrp";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user