virt-manager: 5.0.0 -> 5.1.0

(cherry picked from commit 4096fb30d9)
This commit is contained in:
R. Ryantm
2025-08-26 02:35:00 +00:00
committed by github-actions[bot]
parent b413895be0
commit b6fe120508

View File

@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "virt-manager";
version = "5.0.0";
version = "5.1.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-KtB2VspkA/vFu7I8y6M8WfAoZglxmCeb4Z3OzdsGuvk=";
hash = "sha256-nMWLDo2pfWcqsVuEk0JbzLZ1a0lViTohsZ8gEXGhBuI=";
};
strictDeps = true;