1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

liquidprompt: 2.2.0 -> 2.2.1

Diff: https://github.com/liquidprompt/liquidprompt/compare/v2.2.0...v2.2.1
This commit is contained in:
José Romildo 2024-07-05 11:32:24 -03:00
parent 0cb797c20f
commit b0bd637dc6

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;