Merge pull request #183517 from r-ryantm/auto-update/liquidprompt

liquidprompt: 2.0.4 -> 2.1.2
This commit is contained in:
José Romildo Malaquias 2022-08-03 18:50:09 -03:00 committed by GitHub
commit 7a8b9191d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "liquidprompt";
version = "2.0.4";
version = "2.1.2";
src = fetchFromGitHub {
owner = "nojhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ntCfXJUOQqL63HWoG+WJr9a+qB16AaL5zf58039t7GU=";
sha256 = "sha256-7mnrXLqnCdOuS2aRs4tVLfO8SRFrqZHNM40gWE/CVFI=";
};
strictDeps = true;