update "5.3.0" -> "5.5.0"

This commit is contained in:
lelgenio 2024-11-11 01:16:37 +00:00 committed by GitHub
parent 38cf2b507d
commit 8055698166

View file

@ -14,13 +14,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dzgui"; pname = "dzgui";
version = "5.3.0"; version = "5.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aclist"; owner = "aclist";
repo = "dztui"; repo = "dztui";
rev = "c2c7b37b904a05cdf0c86dbf3d22ef91728577b9"; rev = "bae6a57e1ee5660a07e3a3c326ec68617b831d31";
sha256 = "sha256-iC/c2MBFjvT0wVnKlpX4kL7fVa3BbjpmbEyjCU+aUyY="; sha256 = "sha256-x5GSyrbEZoru5p70QVRSFx52Njkhvtg/+qc94MqpOmo=";
}; };
postPatch = '' postPatch = ''