wayshot: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-07-04 12:02:23 +00:00
parent f6dc216ee2
commit 921510632d

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "wayshot";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "waycrate";
repo = pname;
rev = version;
hash = "sha256-/uZ98ICdPTilUD3vBEbJ4AxGWY1xIbkK6O+bkhqIUKA=";
hash = "sha256-WN1qlV6vpIn0uNiE+rXeQTMscNYqkgFytVBc6gJzvyU=";
};
cargoHash = "sha256-j/gSrXY5n/zW3IogHewyrupTKtEm5EtOzfOzglyTP9A=";
cargoHash = "sha256-Hfgr+wWC5zUdHhFMwOBt57h2r94OpdJ1MQpckhYgKQQ=";
meta = with lib; {
description = "A native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";