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

sg3_utils: 1.45 -> 1.46r862
This commit is contained in:
Artturi 2021-08-09 01:46:31 +03:00 committed by GitHub
commit 4de5b947f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "sg3_utils-1.45";
name = "sg3_utils-1.46r862";
src = fetchurl {
url = "http://sg.danny.cz/sg/p/${name}.tgz";
sha256 = "0qasc3qm4i8swjfaywiwpgz76gdxqvm47qycxgmprbsjmxqwk1qb";
sha256 = "sha256-s2UmU+p3s7Hoe+GFri2q+/3XLBICc+h04cxM86yaAs8=";
};
meta = with lib; {