Compare commits

..

No commits in common. "b3ed63099922774adaa8b3b033a56a5ca015a6f5" and "7ed368874221802c2a387004559de1be5ab374f6" have entirely different histories.

View file

@ -15,14 +15,14 @@
}:
stdenv.mkDerivation rec {
pname = "dzgui";
version = "5.6.2";
version = "5.6.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "aclist";
repo = "dztui";
rev = "0562d8230d29650d4d80a065e8261b9c45153132";
hash = "sha256-p1BZOddBhBRaSnP/s/8zfaPUvn1RLvzjsjOefZGJVEQ=";
rev = "36753e02f1bf2be58609841071efb51e53c25ecd";
hash = "sha256-T1GbcmBzaNLpmHAP91EWUZx5LySujwMYMJJN5Lw/w8Y=";
};
postPatch = ''