greetd.tuigreet: 0.5.0 -> 0.6.1

+3 -3
+3 -3
pkgs/os-specific/linux/tuigreet/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "tuigreet"; 8 - version = "0.5.0"; 9 10 src = fetchFromGitHub { 11 owner = "apognu"; 12 repo = pname; 13 rev = version; 14 - sha256 = "sha256-Ip/GhpHgTgWFyCdujcCni1CLFDDirUbJuzCj8QiUsFc="; 15 }; 16 17 - cargoSha256 = "sha256-G/E/2wjeSY57bQJgrZYUA1sWUwtk5mRavmLwy1EgHRM="; 18 19 meta = with lib; { 20 description = "Graphical console greter for greetd";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "tuigreet"; 8 + version = "0.6.1"; 9 10 src = fetchFromGitHub { 11 owner = "apognu"; 12 repo = pname; 13 rev = version; 14 + sha256 = "sha256-Exw3HPNFh1yiUfDfaIDiz2PemnVLRmefD4ydgMiHQAc="; 15 }; 16 17 + cargoSha256 = "sha256-/JNGyAEZlb4YilsoXtaXekXNVev6sdVxS4pEcPFh7Bg="; 18 19 meta = with lib; { 20 description = "Graphical console greter for greetd";