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

sg3_utils: 1.47 -> 1.48
This commit is contained in:
Matthias Beyer
2023-08-26 21:38:29 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sg3_utils";
version = "1.47";
version = "1.48";
src = fetchurl {
url = "https://sg.danny.cz/sg/p/sg3_utils-${version}.tgz";
sha256 = "sha256-hnPH+sqEm2s0dkMy0qqR9y2wW/9zgruDbQaIeVGZw+E=";
sha256 = "sha256-1itsPPIDkPpzVwRDkAhBZtJfHZMqETXEULaf5cKD13M=";
};
meta = with lib; {