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

This commit is contained in:
Nicolas Berbiche 2021-05-10 13:27:23 -04:00 committed by GitHub
parent 452821eae1
commit a3969f7909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wayst";
version = "unstable-2020-10-12";
version = "unstable-2021-04-05";
src = fetchFromGitHub {
owner = "91861";
repo = pname;
rev = "b8c7ca00a785a748026ed1ba08bf3d19916ced18";
hash = "sha256-wHAU1yxukxApzhLLLctZ/AYqF7t21HQc5omPBZyxra0=";
rev = "e72ca78ef72c7b1e92473a98d435a3c85d7eab98";
hash = "sha256-UXAVSfVpk/8KSg4oMw2tVWImD6HqJ7gEioR2MqhUUoQ=";
};
makeFlags = [ "INSTALL_DIR=\${out}/bin" ];
@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A simple terminal emulator";
mainProgram = "wayst";
homepage = "https://github.com/91861/wayst";
license = licenses.mit;
platforms = platforms.linux;