Merge pull request #154682 from IvarWithoutBones/bump/tuigreet

tuigreet: 0.6.1 -> 0.7.1
This commit is contained in:
Bobby Rong 2022-01-12 17:11:27 +08:00 committed by GitHub
commit b7c1fcea75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,22 +5,22 @@
rustPlatform.buildRustPackage rec {
pname = "tuigreet";
version = "0.6.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "apognu";
repo = pname;
rev = version;
sha256 = "sha256-Exw3HPNFh1yiUfDfaIDiz2PemnVLRmefD4ydgMiHQAc=";
sha256 = "sha256-Ecp79q/xN6KDAD346ANzunTM3xW+z5UaRy/lblOCLaE=";
};
cargoSha256 = "sha256-/JNGyAEZlb4YilsoXtaXekXNVev6sdVxS4pEcPFh7Bg=";
cargoSha256 = "sha256-eam+85c2y+eNSOlfhO7oIhGqy0HPyi3FuqxHBDkZRVE=";
meta = with lib; {
description = "Graphical console greter for greetd";
homepage = "https://github.com/apognu/tuigreet";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ];
maintainers = with maintainers; [ luc65r ivar ];
platforms = platforms.linux;
};
}