summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wayst/default.nix
diff options
context:
space:
mode:
authorNicolas Berbiche <nicolas@normie.dev>2021-05-10 13:27:23 -0400
committerGitHub <noreply@github.com>2021-05-10 19:27:23 +0200
commita3969f7909ac423f52af23282402bc415ee778fb (patch)
treed00ace3c02fe8ab70e21f2b606ae801fd29b1dd0 /pkgs/applications/terminal-emulators/wayst/default.nix
parent452821eae15b3bef1772e6d88694140f16e5f6b4 (diff)
downloadnixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar.gz
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar.bz2
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar.lz
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar.xz
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.tar.zst
nixpkgs-a3969f7909ac423f52af23282402bc415ee778fb.zip
wayst: unstable-2020-10-12 -> unstable-2021-04-05 (#122098)
Diffstat (limited to 'pkgs/applications/terminal-emulators/wayst/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/wayst/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/terminal-emulators/wayst/default.nix b/pkgs/applications/terminal-emulators/wayst/default.nix
index dc79e48b24f..c6f39effed6 100644
--- a/pkgs/applications/terminal-emulators/wayst/default.nix
+++ b/pkgs/applications/terminal-emulators/wayst/default.nix
@@ -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;