lsscsi: 0.27 -> 0.28
This commit is contained in:
parent
d7914d8f0a
commit
d0abe9fb35
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lsscsi-0.27";
|
||||
name = "lsscsi-0.28";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sg.danny.cz/scsi/lsscsi-0.27.tgz";
|
||||
sha256 = "1d6rl2jwpd6zlqymmp9z4ri5j43d44db2s71j0v0rzs1nbvm90kb";
|
||||
url = "http://sg.danny.cz/scsi/lsscsi-0.28.tgz";
|
||||
sha256 = "0l6xz8545lnfd9f4z974ar1pbzfdkr6c8r56zjrcaazl3ad00p82";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue