fix unmatched sha
This commit is contained in:
@@ -4,11 +4,12 @@
|
|||||||
system,
|
system,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
caelestia-shell = pkgs.fetchFromGitHub {
|
caelestia-shell = pkgs.fetchFromGitea {
|
||||||
|
domain = "git.sakamoto.dev";
|
||||||
owner = "caelestia-dots";
|
owner = "caelestia-dots";
|
||||||
repo = "shell";
|
repo = "shell";
|
||||||
rev = "main";
|
rev = "main";
|
||||||
sha256 = "sha256-FHPCSy/Fd9hIpFA2BxhTkbwBtY9vtvsEUYC3+ZX6zNQ=";
|
sha256 = "sha256-y9Wkh+9ND8GcUYhybXdEPTVY6gUb0jclnbbVi70l70Y=";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
@@ -20,7 +21,6 @@ in {
|
|||||||
grim
|
grim
|
||||||
foot
|
foot
|
||||||
hyprpicker
|
hyprpicker
|
||||||
heroic-unwrapped
|
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
fuzzel
|
fuzzel
|
||||||
inotify-tools
|
inotify-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user