tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
greetd.tuigreet: 0.5.0 -> 0.6.1
R. RyanTM
4 years ago
470c8212
17b4b709
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
tuigreet
default.nix
+3
-3
pkgs/os-specific/linux/tuigreet/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "tuigreet";
8
8
-
version = "0.5.0";
8
8
+
version = "0.6.1";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "apognu";
12
12
repo = pname;
13
13
rev = version;
14
14
-
sha256 = "sha256-Ip/GhpHgTgWFyCdujcCni1CLFDDirUbJuzCj8QiUsFc=";
14
14
+
sha256 = "sha256-Exw3HPNFh1yiUfDfaIDiz2PemnVLRmefD4ydgMiHQAc=";
15
15
};
16
16
17
17
-
cargoSha256 = "sha256-G/E/2wjeSY57bQJgrZYUA1sWUwtk5mRavmLwy1EgHRM=";
17
17
+
cargoSha256 = "sha256-/JNGyAEZlb4YilsoXtaXekXNVev6sdVxS4pEcPFh7Bg=";
18
18
19
19
meta = with lib; {
20
20
description = "Graphical console greter for greetd";