This commit is contained in:
github-actions[bot] 2025-01-12 01:23:36 +00:00 committed by GitHub
commit 50a437e57b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
}:
stdenv.mkDerivation rec {
pname = "dzgui";
version = "5.5.3";
version = "5.6.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "aclist";
repo = "dztui";
rev = "f60a6edf2bb30e80542b54d786725fa125f19d0a";
hash = "sha256-t9Qrp1ze0HB4SBcV8F/WlOrGJn3hjmgAWmxM1caVUS8=";
rev = "36753e02f1bf2be58609841071efb51e53c25ecd";
hash = "sha256-T1GbcmBzaNLpmHAP91EWUZx5LySujwMYMJJN5Lw/w8Y=";
};
postPatch = ''