Merge pull request #187688 from r-ryantm/auto-update/virt-what

virt-what: 1.24 -> 1.25
This commit is contained in:
Fabian Affolter 2022-08-21 12:42:13 +02:00 committed by GitHub
commit 300586f269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {