virt-top: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm
2025-03-02 21:49:09 +01:00
committed by Bjørn Forsman
parent 428ea92d25
commit da52e41e2e
@@ -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;