wayshot: init at 1.1.9

This commit is contained in:
Mostly Void 2022-07-22 09:36:23 +05:30
parent 09da2863e0
commit 9f191401d4
No known key found for this signature in database
GPG key ID: E2B7342D0CAA82C2
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "wayshot";
version = "1.1.9";
src = fetchFromGitHub {
owner = "waycrate";
repo = pname;
rev = version;
hash = "sha256-4tzL/9p/qBCSWX+O7wZlKi9qb7mIt+hoxcQY7cWlFoU=";
};
cargoHash = "sha256-/FAI2VUoyQ1+3CuA7sEpeF5oeJdGB9CRZEp1leLnTh4=";
meta = with lib; {
description = "A native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";
homepage = "https://github.com/waycrate/wayshot";
license = licenses.bsd2;
maintainers = [ maintainers.dit7ya ];
platforms = platforms.linux;
};
}

View file

@ -27788,6 +27788,8 @@ with pkgs;
waybar = callPackage ../applications/misc/waybar {};
wayshot = callPackage ../tools/misc/wayshot { };
wbg = callPackage ../applications/misc/wbg { };
hikari = callPackage ../applications/window-managers/hikari {