Loading pkgs/by-name/ap/appvm/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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; }; } Loading
pkgs/by-name/ap/appvm/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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; }; }