wayshot: 1.1.9 -> 1.2.2

zendo 3fb2cb29 298e0a1b

+3 -3
+3 -3
pkgs/tools/misc/wayshot/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wayshot"; 5 - version = "1.1.9"; 6 7 src = fetchFromGitHub { 8 owner = "waycrate"; 9 repo = pname; 10 rev = version; 11 - hash = "sha256-4tzL/9p/qBCSWX+O7wZlKi9qb7mIt+hoxcQY7cWlFoU="; 12 }; 13 14 - cargoHash = "sha256-/FAI2VUoyQ1+3CuA7sEpeF5oeJdGB9CRZEp1leLnTh4="; 15 16 meta = with lib; { 17 description = "A native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wayshot"; 5 + version = "1.2.2"; 6 7 src = fetchFromGitHub { 8 owner = "waycrate"; 9 repo = pname; 10 rev = version; 11 + hash = "sha256-/uZ98ICdPTilUD3vBEbJ4AxGWY1xIbkK6O+bkhqIUKA="; 12 }; 13 14 + cargoHash = "sha256-j/gSrXY5n/zW3IogHewyrupTKtEm5EtOzfOzglyTP9A="; 15 16 meta = with lib; { 17 description = "A native, blazing-fast screenshot tool for wlroots based compositors such as sway and river";