1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #46962 from r-ryantm/auto-update/sg3_utils

sg3_utils: 1.42 -> 1.44
This commit is contained in:
Matthew Bauer 2018-09-29 00:56:22 -05:00 committed by GitHub
commit c46b9c25be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "sg3_utils-1.42";
name = "sg3_utils-1.44";
src = fetchurl {
url = "http://sg.danny.cz/sg/p/${name}.tgz";
sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
sha256 = "0yxfbkd48mbzipwmggcvpq60zybsb6anrca878si26z7496nibld";
};
meta = with stdenv.lib; {