sg3_utils: 1.47 -> 1.48

This commit is contained in:
R. Ryantm 2023-08-25 22:05:38 +00:00
parent 5cf3fa6186
commit 63e4ff8bde

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sg3_utils"; pname = "sg3_utils";
version = "1.47"; version = "1.48";
src = fetchurl { src = fetchurl {
url = "https://sg.danny.cz/sg/p/sg3_utils-${version}.tgz"; url = "https://sg.danny.cz/sg/p/sg3_utils-${version}.tgz";
sha256 = "sha256-hnPH+sqEm2s0dkMy0qqR9y2wW/9zgruDbQaIeVGZw+E="; sha256 = "sha256-1itsPPIDkPpzVwRDkAhBZtJfHZMqETXEULaf5cKD13M=";
}; };
meta = with lib; { meta = with lib; {