about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-18 21:09:57 +0800
committerGitHub <noreply@github.com>2021-12-18 21:09:57 +0800
commit9fc0f12beeec313b761c6ab8842438a7682764a8 (patch)
treee76cb79460163b188569cfff4c23381e269ced22 /pkgs/os-specific
parentc55e31a2ab88c60979422a45f849f2a4b0097ede (diff)
parentdcd2dc83277ffc12998dbd1e2ad60d2f859559fd (diff)
Merge pull request #150638 from polykernel/greetd-0.8.0-update
greetd: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/greetd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/greetd/default.nix b/pkgs/os-specific/linux/greetd/default.nix
index 6f305c5d6ebb5..cfde703cd6744 100644
--- a/pkgs/os-specific/linux/greetd/default.nix
+++ b/pkgs/os-specific/linux/greetd/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "greetd";
-  version = "0.7.0";
+  version = "0.8.0";
 
   src = fetchFromSourcehut {
     owner = "~kennylevinsen";
     repo = pname;
     rev = version;
-    sha256 = "b+S3fuJ8gjnSQzLHl3Bs9iO/Un2ynggAplz01GjJvFI=";
+    sha256 = "sha256-20D6HanUeAc0S9czkNJFmhsrfEqodpafkHsmwKccrHQ=";
   };
 
-  cargoHash = "sha256-YSC7osyBPwx+lo7P1ftI72mRWeQlDc2srRPzTFqVTxM=";
+  cargoHash = "sha256-8nMQ81Y0DnPs9WmxNASlcjTEVw5lh+nZtZ7vmmBCu2g=";
 
   nativeBuildInputs = [
     scdoc