From 8775214b7a511306a7492cb3b2dbe02c215596e1 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 Sep 2024 12:48:25 -0700 Subject: [PATCH] Fix checksums (pt. 1) --- nixos/hosts/xps13_9350/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/xps13_9350/home.nix b/nixos/hosts/xps13_9350/home.nix index dc86d5bb..441b2078 100644 --- a/nixos/hosts/xps13_9350/home.nix +++ b/nixos/hosts/xps13_9350/home.nix @@ -20,6 +20,7 @@ owner = "zsh-users"; repo = "zsh-autosuggestions"; rev = "v0.7.0"; + sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w="; }; } { @@ -28,6 +29,7 @@ owner = "zsh-users"; repo = "zsh-completions"; rev = "v0.35.0"; + sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w="; }; } { @@ -36,6 +38,7 @@ owner = "zsh-users"; repo = "zsh-syntax-highlighting"; rev = "v0.8.0"; + sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w="; }; } { @@ -44,6 +47,7 @@ owner = "jirutka"; repo = "zsh-shift-select"; rev = "v0.1.1"; + sha256 = "sha256-KLUYpUu4DHRumQZ3w59m9aTW6TBKMCXl2UcKi4uMd7w="; }; } ];