greetd.tuigreet: 0.8.0 -> 0.9.0
https://github.com/apognu/tuigreet/releases/tag/0.9.0 Diff: https://github.com/apognu/tuigreet/compare/0.8.0...0.9.0
This commit is contained in:
parent
e577daf8ba
commit
b3b44121d5
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tuigreet";
|
pname = "tuigreet";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "apognu";
|
owner = "apognu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-8/2I6bk29/GqZ1ACuN9RgBiGAy7yt0iw2fagHfu4/BI=";
|
sha256 = "sha256-o1NPwZ2gvFxq988RhLz/6ucL4qb2dGtMdhNvAbQzIvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-fOs9a0/1c8Kh4JA5up3XSQ+km/FwSYzl0w4UDL4yU4M=";
|
cargoSha256 = "sha256-dfzNRs3NOtHoWBq6tx3DjL2knNwsdxBmjqJbPzQJifQ=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Graphical console greeter for greetd";
|
description = "Graphical console greeter for greetd";
|
||||||
|
|
Loading…
Reference in a new issue