appvm: unstable-2021-12-20 -> 0.6

This commit is contained in:
Mikhail Klementev 2025-04-21 17:26:45 +00:00
parent b870583975
commit 5eed2319be
No known key found for this signature in database
GPG Key ID: C9905BA72B5E02BB

View File

@ -22,13 +22,13 @@ let
in
buildGoModule rec {
pname = "appvm";
version = "unstable-2021-12-20";
version = "0.6";
src = fetchFromGitHub {
owner = "jollheef";
repo = pname;
rev = "17f17be7846d872e7e26d5cb6759a52ea4113587";
sha256 = "sha256-FL5olOy1KufULyqI2dJeS0OnKzC3LfPWxnia2i4f4yY=";
tag = "v${version}";
sha256 = "sha256-n+YputGiNWSOYbwes/rjz0h3RWZONDTc8+LDc0La/KU=";
};
vendorHash = "sha256-8eU+Mf5dxL/bAMMShXvj8I1Kdd4ysBTWvgYIXwLStPI=";
@ -45,14 +45,14 @@ buildGoModule rec {
}"
'';
meta = with lib; {
meta = {
description = "Nix-based app VMs";
homepage = "https://code.dumpstack.io/tools/${pname}";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
dump_stack
cab404
onny
];
license = licenses.gpl3;
license = lib.licenses.gpl3;
};
}