Merge pull request #324830 from romildo/upd.liquidprompt

liquidprompt: 2.2.0 -> 2.2.1
This commit is contained in:
Aleksana 2024-07-06 21:58:14 +08:00 committed by GitHub
commit 2aeeb09cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "liquidprompt";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "liquidprompt";
repo = pname;
rev = "v${version}";
hash = "sha256-ra+uJg9E2Cr1k0Ni1+xG9yKFF9iMInJFB5oAFnc52lc=";
hash = "sha256-ZVzFGe3ItWsN23iyGpxZEN2KtviYKI8x/sDa2MRio/Y=";
};
strictDeps = true;