lsscsi: 0.29 -> 0.30 (#44742)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lsscsi/versions.
This commit is contained in:
parent
e3773de884
commit
44e8163ad3
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lsscsi-0.29";
|
||||
name = "lsscsi-0.30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sg.danny.cz/scsi/lsscsi-0.29.tgz";
|
||||
sha256 = "0538fjgxky03yn7mzyslkyi2af3yy5llsnjjcgjx73x08wd6hv5n";
|
||||
url = "http://sg.danny.cz/scsi/lsscsi-0.30.tgz";
|
||||
sha256 = "05cba72m0hj3kpikk26h7j02cly7zy5lgww2fvswa0jz823j36k1";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in New Issue