Compare commits

..

No commits in common. "0ecf65418c46e6f98f3f9818cf6ae3423a063c87" and "b3ed63099922774adaa8b3b033a56a5ca015a6f5" have entirely different histories.

View file

@ -15,14 +15,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dzgui"; pname = "dzgui";
version = "5.6.3"; version = "5.6.2";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "aclist"; owner = "aclist";
repo = "dztui"; repo = "dztui";
rev = "65eda05d9fb3dc3bcb8cef7af6070091e677dd2b"; rev = "0562d8230d29650d4d80a065e8261b9c45153132";
hash = "sha256-opNR/1Cjpj/uxXXI8xZQvyL/ffXGGH30fKXTVcAx7Hk="; hash = "sha256-p1BZOddBhBRaSnP/s/8zfaPUvn1RLvzjsjOefZGJVEQ=";
}; };
postPatch = '' postPatch = ''