wayst: unstable-2020-10-12 -> unstable-2021-04-05 (#122098)

authored by

Nicolas Berbiche and committed by
GitHub
a3969f79 452821ea

+4 -3
+4 -3
pkgs/applications/terminal-emulators/wayst/default.nix
··· 34 in 35 stdenv.mkDerivation rec { 36 pname = "wayst"; 37 - version = "unstable-2020-10-12"; 38 39 src = fetchFromGitHub { 40 owner = "91861"; 41 repo = pname; 42 - rev = "b8c7ca00a785a748026ed1ba08bf3d19916ced18"; 43 - hash = "sha256-wHAU1yxukxApzhLLLctZ/AYqF7t21HQc5omPBZyxra0="; 44 }; 45 46 makeFlags = [ "INSTALL_DIR=\${out}/bin" ]; ··· 83 84 meta = with lib; { 85 description = "A simple terminal emulator"; 86 homepage = "https://github.com/91861/wayst"; 87 license = licenses.mit; 88 platforms = platforms.linux;
··· 34 in 35 stdenv.mkDerivation rec { 36 pname = "wayst"; 37 + version = "unstable-2021-04-05"; 38 39 src = fetchFromGitHub { 40 owner = "91861"; 41 repo = pname; 42 + rev = "e72ca78ef72c7b1e92473a98d435a3c85d7eab98"; 43 + hash = "sha256-UXAVSfVpk/8KSg4oMw2tVWImD6HqJ7gEioR2MqhUUoQ="; 44 }; 45 46 makeFlags = [ "INSTALL_DIR=\${out}/bin" ]; ··· 83 84 meta = with lib; { 85 description = "A simple terminal emulator"; 86 + mainProgram = "wayst"; 87 homepage = "https://github.com/91861/wayst"; 88 license = licenses.mit; 89 platforms = platforms.linux;