diff --git a/nix/home.nix b/nix/home.nix index 5091810..f9670eb 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -10,8 +10,8 @@ let src = pkgs.fetchFromGitLab { owner = "haaksmash"; repo = "git-plan"; - rev = "7623e2e2a7ca5556e88691a9e5cef63eb8d42ede"; - sha256 = "0sqf2fcm73sswg9nk9k1zxxxy6np5c9mm6zf9iy1xrsq6p88ksp7"; + rev = "30bc84ffc319383d3c209ec94213db898a6e0e37"; + sha256 = "1x6swpm2qkrxxl612siihszz2zayy3c84rf18mg48w1kqjqj1qxc"; }; goDeps = ./git-plan.nix;