Skip to content

Commit

Permalink
greetd.regreet: 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2024
1 parent c09c373 commit 52c24be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/display-managers/greetd/regreet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "regreet";
version = "0.1.1";
version = "0.1.2";

src = fetchFromGitHub {
owner = "rharish101";
repo = "ReGreet";
rev = version;
hash = "sha256-MPLlHYTfDyL2Uy50A4lVke9SblXCErgJ24SP3kFuIPw=";
hash = "sha256-ubKSqt3axp46ECIKwq9K1aHTPeuMQ3fCx6aRlhXh2F0=";
};

cargoHash = "sha256-dR6veXCGVMr5TbCvP0EqyQKTG2XM65VHF9U2nRWyzfA=";
cargoHash = "sha256-Gwz1xs6OhrBb4xOuUUmxDVKxTC2lyp4Ckzi+9bnaRgo=";

buildFeatures = [ "gtk4_8" ];

Expand Down

0 comments on commit 52c24be

Please sign in to comment.