Commit da52e41e authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

virt-top: 1.1.1 -> 1.1.2

parent 428ea92d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

stdenv.mkDerivation rec {
  pname = "virt-top";
  version = "1.1.1";
  version = "1.1.2";

  src = fetchgit {
    url = "git://git.annexia.org/virt-top.git";
    rev = "v${version}";
    hash = "sha256-IKIkqzx7YWki0L6D5WbwQiVWJfDFGdI2nsGgg212CcE=";
    hash = "sha256-C1a47pWtjb38bnwmZ2Zq7/LlW3+BF5BGNMRFi97/ngU=";
  };

  strictDeps = true;