mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
sg3_utils: 1.44 -> 1.45
This commit is contained in:
parent
8d72e6bd5f
commit
0d300d42d0
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sg3_utils-1.44";
|
name = "sg3_utils-1.45";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://sg.danny.cz/sg/p/${name}.tgz";
|
url = "http://sg.danny.cz/sg/p/${name}.tgz";
|
||||||
sha256 = "0yxfbkd48mbzipwmggcvpq60zybsb6anrca878si26z7496nibld";
|
sha256 = "0qasc3qm4i8swjfaywiwpgz76gdxqvm47qycxgmprbsjmxqwk1qb";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://sg.danny.cz/sg/;
|
homepage = "http://sg.danny.cz/sg/";
|
||||||
description = "Utilities that send SCSI commands to devices";
|
description = "Utilities that send SCSI commands to devices";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = with licenses; [ bsd2 gpl2Plus ];
|
license = with licenses; [ bsd2 gpl2Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user