Merge pull request #235476 from r-ryantm/auto-update/swaysome

swaysome: 1.1.5 -> 2.0.0

authored by

markuskowa and committed by
GitHub
bbebc94f 82f82bdf

+3 -3
+3 -3
pkgs/tools/wayland/swaysome/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "swaysome"; 8 - version = "1.1.5"; 9 10 src = fetchFromGitLab { 11 owner = "hyask"; 12 repo = pname; 13 rev = version; 14 - sha256 = "sha256-E2Oy8ubH4VIpuH4idYNiZJISuYYe+stcUY/atN2JcVw="; 15 }; 16 17 - cargoSha256 = "sha256-S+GcyEYQ4nnVoPMuglTmFdP5j015UyCXMyyhPHa5m8k="; 18 19 meta = with lib; { 20 description = "Helper to make sway behave more like awesomewm";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "swaysome"; 8 + version = "2.0.0"; 9 10 src = fetchFromGitLab { 11 owner = "hyask"; 12 repo = pname; 13 rev = version; 14 + sha256 = "sha256-KmGAp0EPnnM+hPRpUGsbt+NU2v5mcPaRUqo0pqUr1L8="; 15 }; 16 17 + cargoHash = "sha256-9sOR99CaTyMQoGMKP2Cag6YNxmgEqNPE/kiJPziqB9U="; 18 19 meta = with lib; { 20 description = "Helper to make sway behave more like awesomewm";