regreet: 0.2.0 -> 0.3.0

This commit is contained in:
Mihai Fufezan
2026-04-14 05:53:03 +00:00
parent ea0771c95c
commit 2458142bb0

View File

@@ -4,6 +4,8 @@
fetchFromGitHub,
pkg-config,
wrapGAppsHook4,
accountsservice,
dbus,
glib,
gtk4,
pango,
@@ -13,16 +15,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "regreet";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "rharish101";
repo = "ReGreet";
rev = finalAttrs.version;
hash = "sha256-f8Xvno5QqmWz4SUiFYDvs8lFU1ZaqQ8gpTaVzWxW4T8=";
hash = "sha256-2yA+LJmF99PJZbOVib3XCjsU95ZwKlXC2PofODFxbf8=";
};
cargoHash = "sha256-abCQ3RsnZ/a1DbjQFOiA7Xs7bbqSJxwNps8yV6Q4FIw=";
cargoHash = "sha256-BlN63s09uSqYtQdV10VVTngqybfUEdgvsPlplM9PlD0=";
buildFeatures = [ "gtk4_8" ];
@@ -31,6 +33,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
wrapGAppsHook4
];
buildInputs = [
accountsservice
dbus
glib
gtk4
pango