summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 16:12:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-08 16:12:53 -0700
commita2fd3f41e528ea34673a56e065a7ce357a27197c (patch)
treec9842e75f0508f8d0338bb96040d784792651825
parent3dc58eda52ef935313cd0418264abd1d30d6b4d3 (diff)
downloadnixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar.gz
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar.bz2
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar.lz
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar.xz
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.tar.zst
nixpkgs-a2fd3f41e528ea34673a56e065a7ce357a27197c.zip
virt-what: 1.19 -> 1.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virt-what/versions
-rw-r--r--pkgs/applications/virtualization/virt-what/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/virt-what/default.nix b/pkgs/applications/virtualization/virt-what/default.nix
index 7ea83b01559..f3004267ed7 100644
--- a/pkgs/applications/virtualization/virt-what/default.nix
+++ b/pkgs/applications/virtualization/virt-what/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "virt-what";
-  version = "1.19";
+  version = "1.20";
 
   src = fetchurl {
     url = "https://people.redhat.com/~rjones/virt-what/files/${pname}-${version}.tar.gz";
-    sha256 = "00nhwly5q0ps8yv9cy3c2qp8lfshf3s0kdpwiy5zwk3g77z96rwk";
+    sha256 = "1s0hg5w47gmnllbs935bx21k3zqrgvqx1wn0zzij2lfxkb9dq4zr";
   };
 
   meta = with lib; {