liquidprompt: 2.0.0 -> 2.0.2

This commit is contained in:
R. RyanTM 2021-03-03 01:33:40 +00:00 committed by tomberek
parent 8a59b4e3d4
commit cd7edb91fd

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "liquidprompt";
version = "2.0.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "nojhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+qNH4Df0wCI3KE6LT3YWKpp7yzJcedmVlm/f1Myz108=";
sha256 = "sha256-FXBClOkGRUey/FnLw3g3uiHUJeNiB4tXqP4Na6CuwIM=";
};
installPhase = ''