virt-what: 1.24 -> 1.25

This commit is contained in:
R. Ryantm 2022-08-21 05:23:01 +00:00
parent 6895427d34
commit dff76dfe09

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "virt-what";
version = "1.24";
version = "1.25";
src = fetchurl {
url = "https://people.redhat.com/~rjones/virt-what/files/${pname}-${version}.tar.gz";
sha256 = "sha256-C9fllw/y1SwJKIEa4mgnlYQjF/7L5VN0z84EI88uS9Y=";
sha256 = "sha256-1Py0I2Irr75eK7zYS32SrU1YP0d4siW3LEqBrp/Dxz0=";
};
meta = with lib; {