From 7615564448e3212cbf316a6f3c611188d62a8551 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 24 Aug 2019 02:49:54 -0700 Subject: [PATCH] update git-plan version --- nix/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;