Skip to content
forked from NixOS/nixpkgs

Commit

Permalink
Merge pull request NixOS#312490 from crftbt/patch-5
Browse files Browse the repository at this point in the history
greetd: 0.9.0 -> 0.10.0
  • Loading branch information
RaghavSood authored May 17, 2024
2 parents 7785bc3 + ca37dbd commit 627986f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/display-managers/greetd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "greetd";
version = "0.9.0";
version = "0.10.0";

src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = pname;
rev = version;
sha256 = "sha256-w68iKabVVIHB+ujCd5q+L4T6+Tfqedou3wXOuMGi6aw=";
sha256 = "sha256-QFxE5c4XDOBa3rKpUFur6xOG+5m0NSCOWo7960ZWEow=";
};

cargoHash = "sha256-vn1ih4YXsltR1zdy7BzS3CSJO9Uewx/654lRTSkWV0k=";
cargoHash = "sha256-w7V5ZBFy5MIEQKOPPgsc7XnrXsF5rEDNzUKeLPPy4P4=";

nativeBuildInputs = [
scdoc
Expand Down

0 comments on commit 627986f

Please sign in to comment.