fix(hypr): unpin commit
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ba8c00497d
commit
4a396a28cc
4 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgs:
|
||||
pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/fallenbagel/jellyseerr";
|
||||
imageDigest = "sha256:e14379fc17d16e902c3d9234425e0da5e4926d3fe1eeb0f1cb4538f4b0618490";
|
||||
sha256 = "1apma6asq7pbka2n7jfxry6qy1bf43lnkwly5s3d93zvq7y1r4wm";
|
||||
imageDigest = "sha256:12ab533334ccc5b4c1f8d59067d70fdb816bdb17747d10737ea379dea952602f";
|
||||
sha256 = "1z2xawbv5ac752mk784zsvnjjfjlkhml001py28inwww6rklj151";
|
||||
finalImageName = "ghcr.io/fallenbagel/jellyseerr";
|
||||
finalImageTag = "develop";
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -131,9 +131,6 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: Latest breaks hyprexpo
|
||||
rev = "e0e3c4c6ae15af88ac5fd5ab959adfe45a2e1dca";
|
||||
};
|
||||
|
||||
hypr-official-plugins = mkHyprDep {
|
||||
|
|
Loading…
Reference in a new issue