legit-web: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2024-02-26 05:19:18 +00:00
parent 75f9d4f7cf
commit dbff1bf4de

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "legit"; pname = "legit";
version = "0.2.1"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "legit"; repo = "legit";
owner = "icyphox"; owner = "icyphox";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Y0lfbe4xBCj80z07mLFIiX+shvntYAHiW2Uw7h94jrE="; hash = "sha256-TBq1ILBhojMIxnLj108L0zLmFsZD/ET9w5cSbqk8+XM=";
}; };
vendorHash = "sha256-RAUSYCtP4rcJ2zIBXfPAEZWD1VSfr3d4MrmUMiPpjK8="; vendorHash = "sha256-IeWgmUNkBU3W6ayfRkzMO/0XHNqm5zy5lLUNePzv+ug=";
postInstall = '' postInstall = ''
mkdir -p $out/lib/legit/templates mkdir -p $out/lib/legit/templates