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

liquidprompt: 1.12.1 -> 2.0.0
This commit is contained in:
Mario Rodas 2021-02-08 20:29:04 -05:00 committed by GitHub
commit 031fc22851
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 = "1.12.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "nojhan";
repo = pname;
rev = "v${version}";
sha256 = "0vlwwkdbkxjsjcfmcspmq3f163kf0x4mwa8svxkzgnn2g4kl41ja";
sha256 = "sha256-+qNH4Df0wCI3KE6LT3YWKpp7yzJcedmVlm/f1Myz108=";
};
installPhase = ''